Html Css Color HEX #64FCF0 Baby Blue

📋 copy color: '#64FCF0'

red 100 ◦ green 252 ◦ blue 240

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

Shades of Baby Blue #64FCF0

Tints of Baby Blue #64FCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.54%

R = 16.89%
G = 42.57%
B = 40.54%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#64FCF0 (or 0x64FCF0) is known color: Baby Blue. HEX triplet: 64, FC and F0. RGB value is (100,252,240). Sum of RGB (Red+Green+Blue) = 100+252+240=592 (78% of max value = 765). Red value is 100 (39.45% from 255 or 16.89% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FCF0 is #9B030F. Grayscale: #CDCDCD. Windows color (decimal): -10158864 or 15793252. OLE color: 15793252.

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

Color convert

RGB 100 252 240 -
CMYK 0.60 0 0.05 0.01
HSL 175.26º 0.96% 0.69% -
HSV(B) 175.26º 0.6% 0.99% -
XYZ 55.79 78.62 94.67 -
YUV 205.18 147.64 52.98 -
System Red Green Blue C M Y K H S L
Decimal 100 252 240 0.60 0 0.05 0.01 175.26 0.96 0.69
Hex 64 FC F0 3C 0 5 1 AF 60 45
Octal 144 374 360 74 0 5 1 257 140 105
Binary 1100100 11111100 11110000 111100 0 101 1 10101111 1100000 1000101

Color Harmonies of #64FCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FCF0

Black with #64FCF0

Text Example


Text Example

White with #64FCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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