Html Css Color HEX #64EFEF Baby Blue

📋 copy color: '#64EFEF'

red 100 ◦ green 239 ◦ blue 239

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

Shades of Baby Blue #64EFEF

Tints of Baby Blue #64EFEF

RGB

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

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

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

R = 17.3%
G = 41.35%
B = 41.35%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#64EFEF (or 0x64EFEF) is known color: Baby Blue. HEX triplet: 64, EF and EF. RGB value is (100,239,239). Sum of RGB (Red+Green+Blue) = 100+239+239=578 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.30% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #64EFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EFEF is #9B1010. Grayscale: #C5C5C5. Windows color (decimal): -10162193 or 15724388. OLE color: 15724388.

HSL color Cylindrical-coordinate representation of color #64EFEF: hue angle of 180º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EFEF is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 239 239 -
CMYK 0.58 0 0 0.06
HSL 180º 0.81% 0.66% -
HSV(B) 180º 0.58% 0.94% -
XYZ 51.7 70.67 92.58 -
YUV 197.44 151.45 58.5 -
System Red Green Blue C M Y K H S L
Decimal 100 239 239 0.58 0 0 0.06 180 0.81 0.66
Hex 64 EF EF 3A 0 0 6 B4 51 42
Octal 144 357 357 72 0 0 6 264 121 102
Binary 1100100 11101111 11101111 111010 0 0 110 10110100 1010001 1000010

Color Harmonies of #64EFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EFEF

Black with #64EFEF

Text Example


Text Example

White with #64EFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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