#75FAF2

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

Shades of Baby Blue #75FAF2

Tints of Baby Blue #75FAF2

Color information

#75FAF2 (or 0x75FAF2) is unknown color: approx Baby Blue. HEX triplet: 75, FA and F2. RGB value is (117,250,242). Sum of RGB (Red+Green+Blue) = 117+250+242=609 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.21% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #75FAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FAF2 is #8A050D. Grayscale: #D1D1D1. Windows color (decimal): -9045262 or 15923829. OLE color: 15923829.

HSL color Cylindrical-coordinate representation of color #75FAF2: hue angle of 176.39º 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 #75FAF2 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB117250242-
CMYK0.5300.030.02
HSL176.39º93.01%71.96%-
HSV(B)176.39º53.2%98.04%-
XYZ57.5578.5696.14-
YUV209.32146.4462.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.21%
GREEN value IS 250 (98.05% from 255) = 41.05%
BLUE value IS 242 (94.92% from 255) = 39.74%
R=19.21%
G=41.05%
B=39.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172502420.5300.030.02176.3993.0171.96
Hex75FAF235032b05d48
Octal16537236265032260135110
Binary11101011111101011110010110101011101011000010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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