Html Css Color HEX #64EFF0 Baby Blue

📋 copy color: '#64EFF0'

red 100 ◦ green 239 ◦ blue 240

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

Shades of Baby Blue #64EFF0

Tints of Baby Blue #64EFF0

RGB

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

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

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

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

CMYK

 C value IS 0.58

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #64EFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EFF0

Black with #64EFF0

Text Example


Text Example

White with #64EFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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