#75B2E8

Color #75B2E8 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #75B2E8

Tints of Jordy Blue #75B2E8

Color information

#75B2E8 (or 0x75B2E8) is unknown color: approx Jordy Blue. HEX triplet: 75, B2 and E8. RGB value is (117,178,232). Sum of RGB (Red+Green+Blue) = 117+178+232=527 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.20% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 232 - color contains mainly: blue. Hex color #75B2E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75B2E8 is #8A4D17. Grayscale: #A5A5A5. Windows color (decimal): -9063704 or 15250037. OLE color: 15250037.

HSL color Cylindrical-coordinate representation of color #75B2E8: hue angle of 208.17º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75B2E8 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB117178232-
CMYK0.500.2300.09
HSL208.17º71.43%68.43%-
HSV(B)208.17º49.57%90.98%-
XYZ37.8241.4582.35-
YUV165.92165.2993.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 22.20%
GREEN value IS 178 (69.92% from 255) = 33.78%
BLUE value IS 232 (91.02% from 255) = 44.02%
R=22.20%
G=33.78%
B=44.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1171782320.500.2300.09208.1771.4368.43
Hex75B2E8321709d04744
Octal1652623506227011320107104
Binary1110101101100101110100011001010111010011101000010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75B2E8; }

 p { color: rgb(117,178,232); }

 H1.HeaderClassName
 {
   color: #75B2E8;
 }
 .AnyTagClassName
 {
   color: #75B2E8;
 }
</style>
background-color css

<style>
 a { background-color: #75B2E8; }

 a { background-color: rgb(117,178,232); }

 div.DivClassName
 {
   background-color: #75B2E8;
 }
 .BgClassName
 {
   background-color: #75B2E8;
 }
</style>
border-color css

<style>
 span { border-color: #75B2E8; }

 span { border-color: rgb(117,178,232); }

 td.TdClassName
 {
   border-color: #75B2E8;
 }
 .TagClassName
 {
   border-color: #75B2E8;
 }
</style>