Html Css Color HEX #64F0F9 Baby Blue

📋 copy color: '#64F0F9'

red 100 ◦ green 240 ◦ blue 249

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

Shades of Baby Blue #64F0F9

Tints of Baby Blue #64F0F9

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.75%

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

R = 16.98%
G = 40.75%
B = 42.28%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#64F0F9 (or 0x64F0F9) is known color: Baby Blue. HEX triplet: 64, F0 and F9. RGB value is (100,240,249). Sum of RGB (Red+Green+Blue) = 100+240+249=589 (78% of max value = 765). Red value is 100 (39.45% from 255 or 16.98% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #64F0F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F0F9 is #9B0F06. Grayscale: #C6C6C6. Windows color (decimal): -10161927 or 16380004. OLE color: 16380004.

HSL color Cylindrical-coordinate representation of color #64F0F9: hue angle of 183.62º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F0F9 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 240 249 -
CMYK 0.60 0.04 0 0.02
HSL 183.62º 0.93% 0.68% -
HSV(B) 183.62º 0.6% 0.98% -
XYZ 53.51 71.87 100.67 -
YUV 199.17 156.12 57.27 -
System Red Green Blue C M Y K H S L
Decimal 100 240 249 0.60 0.04 0 0.02 183.62 0.93 0.68
Hex 64 F0 F9 3C 4 0 2 B8 5D 44
Octal 144 360 371 74 4 0 2 270 135 104
Binary 1100100 11110000 11111001 111100 100 0 10 10111000 1011101 1000100

Color Harmonies of #64F0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F0F9

Black with #64F0F9

Text Example


Text Example

White with #64F0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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