#75FEF4

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

Shades of Baby Blue #75FEF4

Tints of Baby Blue #75FEF4

Color information

#75FEF4 (or 0x75FEF4) is unknown color: approx Baby Blue. HEX triplet: 75, FE and F4. RGB value is (117,254,244). Sum of RGB (Red+Green+Blue) = 117+254+244=615 (81% of max value = 765). Red value is 117 (46.09% from 255 or 19.02% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 244 (95.70% from 255 or 39.67% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FEF4 is #8A010B. Grayscale: #D3D3D3. Windows color (decimal): -9044236 or 16055925. OLE color: 16055925.

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

Color convert

RGB117254244-
CMYK0.5400.040.00
HSL175.62º98.56%72.75%-
HSV(B)175.62º53.94%99.61%-
XYZ59.1181.298.15-
YUV211.9146.1160.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.02%
GREEN value IS 254 (99.61% from 255) = 41.30%
BLUE value IS 244 (95.70% from 255) = 39.67%
R=19.02%
G=41.30%
B=39.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1172542440.5400.040.00175.6298.5672.75
Hex75FEF436040b06349
Octal16537636466040260143111
Binary11101011111111011110100110110010001011000011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,254,244); }

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

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

 a { background-color: rgb(117,254,244); }

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

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

 span { border-color: rgb(117,254,244); }

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