Html Css Color HEX #64FAFA Baby Blue

📋 copy color: '#64FAFA'

red 100 ◦ green 250 ◦ blue 250

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

Shades of Baby Blue #64FAFA

Tints of Baby Blue #64FAFA

RGB

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

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

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

R = 16.67%
G = 41.67%
B = 41.67%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#64FAFA (or 0x64FAFA) is known color: Baby Blue. HEX triplet: 64, FA and FA. RGB value is (100,250,250). Sum of RGB (Red+Green+Blue) = 100+250+250=600 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.67% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #64FAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FAFA is #9B0505. Grayscale: #CDCDCD. Windows color (decimal): -10159366 or 16448100. OLE color: 16448100.

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

Color convert

RGB 100 250 250 -
CMYK 0.6 0 0 0.02
HSL 180º 0.94% 0.69% -
HSV(B) 180º 0.6% 0.98% -
XYZ 56.7 77.98 102.51 -
YUV 205.15 153.31 53 -
System Red Green Blue C M Y K H S L
Decimal 100 250 250 0.6 0 0 0.02 180 0.94 0.69
Hex 64 FA FA 3C 0 0 2 B4 5E 45
Octal 144 372 372 74 0 0 2 264 136 105
Binary 1100100 11111010 11111010 111100 0 0 10 10110100 1011110 1000101

Color Harmonies of #64FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FAFA

Black with #64FAFA

Text Example


Text Example

White with #64FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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