Html Css Color HEX #64E8FE Baby Blue

📋 copy color: '#64E8FE'

red 100 ◦ green 232 ◦ blue 254

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

Shades of Baby Blue #64E8FE

Tints of Baby Blue #64E8FE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.59%

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

R = 17.06%
G = 39.59%
B = 43.34%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#64E8FE (or 0x64E8FE) is known color: Baby Blue. HEX triplet: 64, E8 and FE. RGB value is (100,232,254). Sum of RGB (Red+Green+Blue) = 100+232+254=586 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.06% from 586); Green value is 232 (91.02% from 255 or 39.59% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #64E8FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64E8FE is #9B1701. Grayscale: #C2C2C2. Windows color (decimal): -10163970 or 16705636. OLE color: 16705636.

HSL color Cylindrical-coordinate representation of color #64E8FE: hue angle of 188.57º 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 #64E8FE is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 232 254 -
CMYK 0.61 0.09 0 0.00
HSL 188.57º 0.99% 0.69% -
HSV(B) 188.57º 0.61% 1% -
XYZ 52 67.58 104.07 -
YUV 195.04 161.27 60.21 -
System Red Green Blue C M Y K H S L
Decimal 100 232 254 0.61 0.09 0 0.00 188.57 0.99 0.69
Hex 64 E8 FE 3D 9 0 0 BD 63 45
Octal 144 350 376 75 11 0 0 275 143 105
Binary 1100100 11101000 11111110 111101 1001 0 0 10111101 1100011 1000101

Color Harmonies of #64E8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E8FE

Black with #64E8FE

Text Example


Text Example

White with #64E8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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