#75F6EA

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

Shades of Baby Blue #75F6EA

Tints of Baby Blue #75F6EA

Color information

#75F6EA (or 0x75F6EA) is unknown color: approx Baby Blue. HEX triplet: 75, F6 and EA. RGB value is (117,246,234). Sum of RGB (Red+Green+Blue) = 117+246+234=597 (79% of max value = 765). Red value is 117 (46.09% from 255 or 19.60% from 597); Green value is 246 (96.48% from 255 or 41.21% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 246 - color contains mainly: green. Hex color #75F6EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F6EA is #8A0915. Grayscale: #CDCDCD. Windows color (decimal): -9046294 or 15398517. OLE color: 15398517.

HSL color Cylindrical-coordinate representation of color #75F6EA: hue angle of 174.42º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F6EA is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB117246234-
CMYK0.5200.050.04
HSL174.42º87.76%71.18%-
HSV(B)174.42º52.44%96.47%-
XYZ55.1475.6389.53-
YUV206.06143.7664.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.60%
GREEN value IS 246 (96.48% from 255) = 41.21%
BLUE value IS 234 (91.80% from 255) = 39.20%
R=19.60%
G=41.21%
B=39.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1172462340.5200.050.04174.4287.7671.18
Hex75F6EA34054ae5847
Octal16536635264054256130107
Binary1110101111101101110101011010001011001010111010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,246,234); }

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

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

 a { background-color: rgb(117,246,234); }

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

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

 span { border-color: rgb(117,246,234); }

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