#64F4FB

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

Shades of Baby Blue #64F4FB

Tints of Baby Blue #64F4FB

Color information

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

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

Color convert

RGB100244251-
CMYK0.600.0300.02
HSL182.78º94.97%68.82%-
HSV(B)182.78º60.16%98.43%-
XYZ55.0274.38102.72-
YUV201.74155.7955.43-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1002442510.600.0300.02182.7894.9768.82
Hex64F4FB3C302b75f45
Octal14436437374302267137105
Binary11001001111010011111011111100110101011011110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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