Html Css Color HEX #64EAFE Baby Blue

📋 copy color: '#64EAFE'

red 100 ◦ green 234 ◦ blue 254

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

Shades of Baby Blue #64EAFE

Tints of Baby Blue #64EAFE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.8%

 BLUE value IS 254 (99.61% from 255) = 43.2%

R = 17.01%
G = 39.8%
B = 43.2%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#64EAFE (or 0x64EAFE) is known color: Baby Blue. HEX triplet: 64, EA and FE. RGB value is (100,234,254). Sum of RGB (Red+Green+Blue) = 100+234+254=588 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.01% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #64EAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EAFE is #9B1501. Grayscale: #C4C4C4. Windows color (decimal): -10163458 or 16706148. OLE color: 16706148.

HSL color Cylindrical-coordinate representation of color #64EAFE: hue angle of 187.79º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64EAFE is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 234 254 -
CMYK 0.61 0.08 0 0.00
HSL 187.79º 0.99% 0.69% -
HSV(B) 187.79º 0.61% 1% -
XYZ 52.57 68.71 104.26 -
YUV 196.21 160.61 59.37 -
System Red Green Blue C M Y K H S L
Decimal 100 234 254 0.61 0.08 0 0.00 187.79 0.99 0.69
Hex 64 EA FE 3D 8 0 0 BC 63 45
Octal 144 352 376 75 10 0 0 274 143 105
Binary 1100100 11101010 11111110 111101 1000 0 0 10111100 1100011 1000101

Color Harmonies of #64EAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EAFE

Black with #64EAFE

Text Example


Text Example

White with #64EAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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