Html Css Color HEX #64FCE3 Baby Blue

📋 copy color: '#64FCE3'

red 100 ◦ green 252 ◦ blue 227

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

Shades of Baby Blue #64FCE3

Tints of Baby Blue #64FCE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.21%

R = 17.27%
G = 43.52%
B = 39.21%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#64FCE3 (or 0x64FCE3) is known color: Baby Blue. HEX triplet: 64, FC and E3. RGB value is (100,252,227). Sum of RGB (Red+Green+Blue) = 100+252+227=579 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.27% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 227 (89.06% from 255 or 39.21% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FCE3 is #9B031C. Grayscale: #CBCBCB. Windows color (decimal): -10158877 or 14941284. OLE color: 14941284.

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

Color convert

RGB 100 252 227 -
CMYK 0.60 0 0.10 0.01
HSL 170.13º 0.96% 0.69% -
HSV(B) 170.13º 0.6% 0.99% -
XYZ 53.93 77.88 84.86 -
YUV 203.7 141.14 54.03 -
System Red Green Blue C M Y K H S L
Decimal 100 252 227 0.60 0 0.10 0.01 170.13 0.96 0.69
Hex 64 FC E3 3C 0 A 1 AA 60 45
Octal 144 374 343 74 0 12 1 252 140 105
Binary 1100100 11111100 11100011 111100 0 1010 1 10101010 1100000 1000101

Color Harmonies of #64FCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FCE3

Black with #64FCE3

Text Example


Text Example

White with #64FCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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