Html Css Color HEX #64EFFE Baby Blue

📋 copy color: '#64EFFE'

red 100 ◦ green 239 ◦ blue 254

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

Shades of Baby Blue #64EFFE

Tints of Baby Blue #64EFFE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.3%

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

R = 16.86%
G = 40.3%
B = 42.83%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#64EFFE (or 0x64EFFE) is known color: Baby Blue. HEX triplet: 64, EF and FE. RGB value is (100,239,254). Sum of RGB (Red+Green+Blue) = 100+239+254=593 (78% of max value = 765). Red value is 100 (39.45% from 255 or 16.86% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #64EFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EFFE is #9B1001. Grayscale: #C6C6C6. Windows color (decimal): -10162178 or 16707428. OLE color: 16707428.

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

Color convert

RGB 100 239 254 -
CMYK 0.61 0.06 0 0.00
HSL 185.84º 0.99% 0.69% -
HSV(B) 185.84º 0.61% 1% -
XYZ 54.01 71.6 104.74 -
YUV 199.15 158.95 57.28 -
System Red Green Blue C M Y K H S L
Decimal 100 239 254 0.61 0.06 0 0.00 185.84 0.99 0.69
Hex 64 EF FE 3D 6 0 0 BA 63 45
Octal 144 357 376 75 6 0 0 272 143 105
Binary 1100100 11101111 11111110 111101 110 0 0 10111010 1100011 1000101

Color Harmonies of #64EFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EFFE

Black with #64EFFE

Text Example


Text Example

White with #64EFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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