#64FCFC

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

Shades of Baby Blue #64FCFC

Tints of Baby Blue #64FCFC

Color information

#64FCFC (or 0x64FCFC) is unknown color: approx Baby Blue. HEX triplet: 64, FC and FC. RGB value is (100,252,252). Sum of RGB (Red+Green+Blue) = 100+252+252=604 (80% of max value = 765). Red value is 100 (39.45% from 255 or 16.56% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #64FCFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FCFC is #9B0303. Grayscale: #CECECE. Windows color (decimal): -10158852 or 16579684. OLE color: 16579684.

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

Color convert

RGB100252252-
CMYK0.60000.01
HSL180º96.2%69.02%-
HSV(B)180º60.32%98.82%-
XYZ57.6479.36104.38-
YUV206.55153.6452-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 16.56%
GREEN value IS 252 (98.83% from 255) = 41.72%
BLUE value IS 252 (98.83% from 255) = 41.72%
R=16.56%
G=41.72%
B=41.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1002522520.60000.0118096.269.02
Hex64FCFC3C001b46045
Octal14437437474001264140105
Binary110010011111100111111001111000011011010011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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