#75B6E5

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

Shades of Jordy Blue #75B6E5

Tints of Jordy Blue #75B6E5

Color information

#75B6E5 (or 0x75B6E5) is unknown color: approx Jordy Blue. HEX triplet: 75, B6 and E5. RGB value is (117,182,229). Sum of RGB (Red+Green+Blue) = 117+182+229=528 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.16% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #75B6E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B6E5 is #8A491A. Grayscale: #A7A7A7. Windows color (decimal): -9062683 or 15054453. OLE color: 15054453.

HSL color Cylindrical-coordinate representation of color #75B6E5: hue angle of 205.18º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75B6E5 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB117182229-
CMYK0.490.2100.10
HSL205.18º68.29%67.84%-
HSV(B)205.18º48.91%89.8%-
XYZ38.2142.8980.39-
YUV167.92162.4791.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.16%
GREEN value IS 182 (71.48% from 255) = 34.47%
BLUE value IS 229 (89.84% from 255) = 43.37%
R=22.16%
G=34.47%
B=43.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1171822290.490.2100.10205.1868.2967.84
Hex75B6E531150Acd4444
Octal1652663456125012315104104
Binary1110101101101101110010111000110101010101100110110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,182,229); }

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

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

 a { background-color: rgb(117,182,229); }

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

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

 span { border-color: rgb(117,182,229); }

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