#75FAF4

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

Shades of Baby Blue #75FAF4

Tints of Baby Blue #75FAF4

Color information

#75FAF4 (or 0x75FAF4) is unknown color: approx Baby Blue. HEX triplet: 75, FA and F4. RGB value is (117,250,244). Sum of RGB (Red+Green+Blue) = 117+250+244=611 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.15% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 244 (95.70% from 255 or 39.93% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #75FAF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FAF4 is #8A050B. Grayscale: #D1D1D1. Windows color (decimal): -9045260 or 16054901. OLE color: 16054901.

HSL color Cylindrical-coordinate representation of color #75FAF4: hue angle of 177.29º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75FAF4 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB117250244-
CMYK0.5300.020.02
HSL177.29º93.01%71.96%-
HSV(B)177.29º53.2%98.04%-
XYZ57.8578.6897.73-
YUV209.55147.4461.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.15%
GREEN value IS 250 (98.05% from 255) = 40.92%
BLUE value IS 244 (95.70% from 255) = 39.93%
R=19.15%
G=40.92%
B=39.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172502440.5300.020.02177.2993.0171.96
Hex75FAF435022b15d48
Octal16537236465022261135110
Binary11101011111101011110100110101010101011000110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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