Html Css Color HEX #64F3EC Baby Blue

📋 copy color: '#64F3EC'

red 100 ◦ green 243 ◦ blue 236

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

Shades of Baby Blue #64F3EC

Tints of Baby Blue #64F3EC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.97%

 BLUE value IS 236 (92.58% from 255) = 40.76%

R = 17.27%
G = 41.97%
B = 40.76%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#64F3EC (or 0x64F3EC) is known color: Baby Blue. HEX triplet: 64, F3 and EC. RGB value is (100,243,236). Sum of RGB (Red+Green+Blue) = 100+243+236=579 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.27% from 579); Green value is 243 (95.31% from 255 or 41.97% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 243 - color contains mainly: green. Hex color #64F3EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F3EC is #9B0C13. Grayscale: #C7C7C7. Windows color (decimal): -10161172 or 15528804. OLE color: 15528804.

HSL color Cylindrical-coordinate representation of color #64F3EC: hue angle of 177.06º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F3EC is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 243 236 -
CMYK 0.59 0 0.03 0.05
HSL 177.06º 0.86% 0.67% -
HSV(B) 177.06º 0.59% 0.95% -
XYZ 52.45 72.87 90.66 -
YUV 199.45 148.62 57.07 -
System Red Green Blue C M Y K H S L
Decimal 100 243 236 0.59 0 0.03 0.05 177.06 0.86 0.67
Hex 64 F3 EC 3B 0 3 5 B1 56 43
Octal 144 363 354 73 0 3 5 261 126 103
Binary 1100100 11110011 11101100 111011 0 11 101 10110001 1010110 1000011

Color Harmonies of #64F3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F3EC

Black with #64F3EC

Text Example


Text Example

White with #64F3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,243,236); }

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

background-color css

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

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

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

border-color css

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

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

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