Html Css Color HEX #64F0EF Baby Blue

📋 copy color: '#64F0EF'

red 100 ◦ green 240 ◦ blue 239

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

Shades of Baby Blue #64F0EF

Tints of Baby Blue #64F0EF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.45%

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

R = 17.27%
G = 41.45%
B = 41.28%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#64F0EF (or 0x64F0EF) is known color: Baby Blue. HEX triplet: 64, F0 and EF. RGB value is (100,240,239). Sum of RGB (Red+Green+Blue) = 100+240+239=579 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.27% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 240 - color contains mainly: green. Hex color #64F0EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F0EF is #9B0F10. Grayscale: #C5C5C5. Windows color (decimal): -10161937 or 15724644. OLE color: 15724644.

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

Color convert

RGB 100 240 239 -
CMYK 0.58 0 0.00 0.06
HSL 179.57º 0.82% 0.67% -
HSV(B) 179.57º 0.58% 0.94% -
XYZ 52 71.26 92.68 -
YUV 198.03 151.12 58.08 -
System Red Green Blue C M Y K H S L
Decimal 100 240 239 0.58 0 0.00 0.06 179.57 0.82 0.67
Hex 64 F0 EF 3A 0 0 6 B4 52 43
Octal 144 360 357 72 0 0 6 264 122 103
Binary 1100100 11110000 11101111 111010 0 0 110 10110100 1010010 1000011

Color Harmonies of #64F0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F0EF

Black with #64F0EF

Text Example


Text Example

White with #64F0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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