#75FFEA

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

Shades of Baby Blue #75FFEA

Tints of Baby Blue #75FFEA

Color information

#75FFEA (or 0x75FFEA) is unknown color: approx Baby Blue. HEX triplet: 75, FF and EA. RGB value is (117,255,234). Sum of RGB (Red+Green+Blue) = 117+255+234=606 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.31% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FFEA is #8A0015. Grayscale: #D3D3D3. Windows color (decimal): -9043990 or 15400821. OLE color: 15400821.

HSL color Cylindrical-coordinate representation of color #75FFEA: hue angle of 170.87º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FFEA is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB117255234-
CMYK0.5400.080
HSL170.87º100%72.94%-
HSV(B)170.87º54.12%100%-
XYZ57.9581.2490.47-
YUV211.34140.7860.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.31%
GREEN value IS 255 (100% from 255) = 42.08%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=19.31%
G=42.08%
B=38.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1172552340.5400.080170.8710072.94
Hex75FFEA36080ab6449
Octal165377352660100253144111
Binary111010111111111111010101101100100001010101111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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