#64FBF4

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

Shades of Baby Blue #64FBF4

Tints of Baby Blue #64FBF4

Color information

#64FBF4 (or 0x64FBF4) is unknown color: approx Baby Blue. HEX triplet: 64, FB and F4. RGB value is (100,251,244). Sum of RGB (Red+Green+Blue) = 100+251+244=595 (78% of max value = 765). Red value is 100 (39.45% from 255 or 16.81% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 244 (95.70% from 255 or 41.01% from 595); Max value from RGB is 251 - color contains mainly: green. Hex color #64FBF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FBF4 is #9B040B. Grayscale: #CCCCCC. Windows color (decimal): -10159116 or 16055140. OLE color: 16055140.

HSL color Cylindrical-coordinate representation of color #64FBF4: hue angle of 177.22º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FBF4 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB100251244-
CMYK0.6000.030.02
HSL177.22º94.97%68.82%-
HSV(B)177.22º60.16%98.43%-
XYZ56.0878.2497.73-
YUV205.05149.9753.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 16.81%
GREEN value IS 251 (98.44% from 255) = 42.18%
BLUE value IS 244 (95.70% from 255) = 41.01%
R=16.81%
G=42.18%
B=41.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1002512440.6000.030.02177.2294.9768.82
Hex64FBF43C032b15f45
Octal14437336474032261137105
Binary11001001111101111110100111100011101011000110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64FBF4; }

 p { color: rgb(100,251,244); }

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

<style>
 a { background-color: #64FBF4; }

 a { background-color: rgb(100,251,244); }

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

<style>
 span { border-color: #64FBF4; }

 span { border-color: rgb(100,251,244); }

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