#64FBFC

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

Shades of Baby Blue #64FBFC

Tints of Baby Blue #64FBFC

Color information

#64FBFC (or 0x64FBFC) is unknown color: approx Baby Blue. HEX triplet: 64, FB and FC. RGB value is (100,251,252). Sum of RGB (Red+Green+Blue) = 100+251+252=603 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.58% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #64FBFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FBFC is #9B0403. Grayscale: #CDCDCD. Windows color (decimal): -10159108 or 16579428. OLE color: 16579428.

HSL color Cylindrical-coordinate representation of color #64FBFC: hue angle of 180.39º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FBFC is Cyan = 0.60, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB100251252-
CMYK0.600.0000.01
HSL180.39º96.2%69.02%-
HSV(B)180.39º60.32%98.82%-
XYZ57.3278.73104.27-
YUV205.96153.9752.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 16.58%
GREEN value IS 251 (98.44% from 255) = 41.63%
BLUE value IS 252 (98.83% from 255) = 41.79%
R=16.58%
G=41.63%
B=41.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1002512520.600.0000.01180.3996.269.02
Hex64FBFC3C001b46045
Octal14437337474001264140105
Binary110010011111011111111001111000011011010011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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