Html Css Color HEX #64FCFA Baby Blue

📋 copy color: '#64FCFA'

red 100 ◦ green 252 ◦ blue 250

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

Shades of Baby Blue #64FCFA

Tints of Baby Blue #64FCFA

RGB

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

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

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

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

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 100 252 250 -
CMYK 0.60 0 0.01 0.01
HSL 179.21º 0.96% 0.69% -
HSV(B) 179.21º 0.6% 0.99% -
XYZ 57.32 79.23 102.71 -
YUV 206.32 152.64 52.16 -
System Red Green Blue C M Y K H S L
Decimal 100 252 250 0.60 0 0.01 0.01 179.21 0.96 0.69
Hex 64 FC FA 3C 0 1 1 B3 60 45
Octal 144 374 372 74 0 1 1 263 140 105
Binary 1100100 11111100 11111010 111100 0 1 1 10110011 1100000 1000101

Color Harmonies of #64FCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FCFA

Black with #64FCFA

Text Example


Text Example

White with #64FCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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