Html Css Color HEX #64FAFC Baby Blue

📋 copy color: '#64FAFC'

red 100 ◦ green 250 ◦ blue 252

#64FAFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #64FAFC

Tints of Baby Blue #64FAFC

RGB

 RED value IS 100 (39.45% from 255) = 16.61%

 GREEN value IS 250 (98.05% from 255) = 41.53%

 BLUE value IS 252 (98.83% from 255) = 41.86%

R = 16.61%
G = 41.53%
B = 41.86%

CMYK

 C value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#64FAFC (or 0x64FAFC) is known color: Baby Blue. HEX triplet: 64, FA and FC. RGB value is (100,250,252). Sum of RGB (Red+Green+Blue) = 100+250+252=602 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.61% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #64FAFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FAFC is #9B0503. Grayscale: #CDCDCD. Windows color (decimal): -10159364 or 16579172. OLE color: 16579172.

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

Color convert

RGB 100 250 252 -
CMYK 0.60 0.01 0 0.01
HSL 180.79º 0.96% 0.69% -
HSV(B) 180.79º 0.6% 0.99% -
XYZ 57.01 78.11 104.17 -
YUV 205.38 154.31 52.84 -
System Red Green Blue C M Y K H S L
Decimal 100 250 252 0.60 0.01 0 0.01 180.79 0.96 0.69
Hex 64 FA FC 3C 1 0 1 B5 60 45
Octal 144 372 374 74 1 0 1 265 140 105
Binary 1100100 11111010 11111100 111100 1 0 1 10110101 1100000 1000101

Color Harmonies of #64FAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FAFC

Black with #64FAFC

Text Example


Text Example

White with #64FAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64FAFC;
 }
 .AnyTagClassName
 {
   color: #64FAFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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