Html Css Color HEX #64F2EA Baby Blue

📋 copy color: '#64F2EA'

red 100 ◦ green 242 ◦ blue 234

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

Shades of Baby Blue #64F2EA

Tints of Baby Blue #64F2EA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.01%

 BLUE value IS 234 (91.8% from 255) = 40.63%

R = 17.36%
G = 42.01%
B = 40.63%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#64F2EA (or 0x64F2EA) is known color: Baby Blue. HEX triplet: 64, F2 and EA. RGB value is (100,242,234). Sum of RGB (Red+Green+Blue) = 100+242+234=576 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.36% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #64F2EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F2EA is #9B0D15. Grayscale: #C6C6C6. Windows color (decimal): -10161430 or 15397476. OLE color: 15397476.

HSL color Cylindrical-coordinate representation of color #64F2EA: hue angle of 176.62º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F2EA is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 242 234 -
CMYK 0.59 0 0.03 0.05
HSL 176.62º 0.85% 0.67% -
HSV(B) 176.62º 0.59% 0.95% -
XYZ 51.86 72.15 89.04 -
YUV 198.63 147.96 57.65 -
System Red Green Blue C M Y K H S L
Decimal 100 242 234 0.59 0 0.03 0.05 176.62 0.85 0.67
Hex 64 F2 EA 3B 0 3 5 B1 55 43
Octal 144 362 352 73 0 3 5 261 125 103
Binary 1100100 11110010 11101010 111011 0 11 101 10110001 1010101 1000011

Color Harmonies of #64F2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F2EA

Black with #64F2EA

Text Example


Text Example

White with #64F2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,242,234); }

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

background-color css

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

 a { background-color: rgb(100,242,234); }

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

border-color css

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

 span { border-color: rgb(100,242,234); }

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