Html Css Color HEX #64EEF2 Baby Blue

📋 copy color: '#64EEF2'

red 100 ◦ green 238 ◦ blue 242

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

Shades of Baby Blue #64EEF2

Tints of Baby Blue #64EEF2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.03%

 BLUE value IS 242 (94.92% from 255) = 41.72%

R = 17.24%
G = 41.03%
B = 41.72%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#64EEF2 (or 0x64EEF2) is known color: Baby Blue. HEX triplet: 64, EE and F2. RGB value is (100,238,242). Sum of RGB (Red+Green+Blue) = 100+238+242=580 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.24% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #64EEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EEF2 is #9B110D. Grayscale: #C5C5C5. Windows color (decimal): -10162446 or 15920740. OLE color: 15920740.

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

Color convert

RGB 100 238 242 -
CMYK 0.59 0.02 0 0.05
HSL 181.69º 0.85% 0.67% -
HSV(B) 181.69º 0.59% 0.95% -
XYZ 51.86 70.27 94.83 -
YUV 197.19 153.28 58.67 -
System Red Green Blue C M Y K H S L
Decimal 100 238 242 0.59 0.02 0 0.05 181.69 0.85 0.67
Hex 64 EE F2 3B 2 0 5 B6 55 43
Octal 144 356 362 73 2 0 5 266 125 103
Binary 1100100 11101110 11110010 111011 10 0 101 10110110 1010101 1000011

Color Harmonies of #64EEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EEF2

Black with #64EEF2

Text Example


Text Example

White with #64EEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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