Html Css Color HEX #64FAE2 Baby Blue

📋 copy color: '#64FAE2'

red 100 ◦ green 250 ◦ blue 226

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

Shades of Baby Blue #64FAE2

Tints of Baby Blue #64FAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.24%

R = 17.36%
G = 43.4%
B = 39.24%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#64FAE2 (or 0x64FAE2) is known color: Baby Blue. HEX triplet: 64, FA and E2. RGB value is (100,250,226). Sum of RGB (Red+Green+Blue) = 100+250+226=576 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.36% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FAE2 is #9B051D. Grayscale: #CACACA. Windows color (decimal): -10159390 or 14875236. OLE color: 14875236.

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

Color convert

RGB 100 250 226 -
CMYK 0.6 0 0.10 0.02
HSL 170.4º 0.94% 0.69% -
HSV(B) 170.4º 0.6% 0.98% -
XYZ 53.17 76.57 83.93 -
YUV 202.41 141.31 54.95 -
System Red Green Blue C M Y K H S L
Decimal 100 250 226 0.6 0 0.10 0.02 170.4 0.94 0.69
Hex 64 FA E2 3C 0 A 2 AA 5E 45
Octal 144 372 342 74 0 12 2 252 136 105
Binary 1100100 11111010 11100010 111100 0 1010 10 10101010 1011110 1000101

Color Harmonies of #64FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FAE2

Black with #64FAE2

Text Example


Text Example

White with #64FAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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