Html Css Color HEX #64FAF9 Baby Blue

📋 copy color: '#64FAF9'

red 100 ◦ green 250 ◦ blue 249

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

Shades of Baby Blue #64FAF9

Tints of Baby Blue #64FAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.57%

R = 16.69%
G = 41.74%
B = 41.57%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#64FAF9 (or 0x64FAF9) is known color: Baby Blue. HEX triplet: 64, FA and F9. RGB value is (100,250,249). Sum of RGB (Red+Green+Blue) = 100+250+249=599 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.69% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FAF9 is #9B0506. Grayscale: #CCCCCC. Windows color (decimal): -10159367 or 16382564. OLE color: 16382564.

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

Color convert

RGB 100 250 249 -
CMYK 0.6 0 0.00 0.02
HSL 179.6º 0.94% 0.69% -
HSV(B) 179.6º 0.6% 0.98% -
XYZ 56.54 77.92 101.68 -
YUV 205.04 152.81 53.08 -
System Red Green Blue C M Y K H S L
Decimal 100 250 249 0.6 0 0.00 0.02 179.6 0.94 0.69
Hex 64 FA F9 3C 0 0 2 B4 5E 45
Octal 144 372 371 74 0 0 2 264 136 105
Binary 1100100 11111010 11111001 111100 0 0 10 10110100 1011110 1000101

Color Harmonies of #64FAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FAF9

Black with #64FAF9

Text Example


Text Example

White with #64FAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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