Html Css Color HEX #64FEEF Baby Blue

📋 copy color: '#64FEEF'

red 100 ◦ green 254 ◦ blue 239

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

Shades of Baby Blue #64FEEF

Tints of Baby Blue #64FEEF

RGB

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

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

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

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

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 100 254 239 -
CMYK 0.61 0 0.06 0.00
HSL 174.16º 0.99% 0.69% -
HSV(B) 174.16º 0.61% 1% -
XYZ 56.28 79.82 94.1 -
YUV 206.24 146.48 52.22 -
System Red Green Blue C M Y K H S L
Decimal 100 254 239 0.61 0 0.06 0.00 174.16 0.99 0.69
Hex 64 FE EF 3D 0 6 0 AE 63 45
Octal 144 376 357 75 0 6 0 256 143 105
Binary 1100100 11111110 11101111 111101 0 110 0 10101110 1100011 1000101

Color Harmonies of #64FEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FEEF

Black with #64FEEF

Text Example


Text Example

White with #64FEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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