#75FEF2

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

Shades of Baby Blue #75FEF2

Tints of Baby Blue #75FEF2

Color information

#75FEF2 (or 0x75FEF2) is unknown color: approx Baby Blue. HEX triplet: 75, FE and F2. RGB value is (117,254,242). Sum of RGB (Red+Green+Blue) = 117+254+242=613 (81% of max value = 765). Red value is 117 (46.09% from 255 or 19.09% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FEF2 is #8A010D. Grayscale: #D3D3D3. Windows color (decimal): -9044238 or 15924853. OLE color: 15924853.

HSL color Cylindrical-coordinate representation of color #75FEF2: hue angle of 174.74º 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 #75FEF2 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB117254242-
CMYK0.5400.050.00
HSL174.74º98.56%72.75%-
HSV(B)174.74º53.94%99.61%-
XYZ58.881.0896.55-
YUV211.67145.1160.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.09%
GREEN value IS 254 (99.61% from 255) = 41.44%
BLUE value IS 242 (94.92% from 255) = 39.48%
R=19.09%
G=41.44%
B=39.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1172542420.5400.050.00174.7498.5672.75
Hex75FEF236050af6349
Octal16537636266050257143111
Binary11101011111111011110010110110010101010111111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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