#6DF0EC

Color #6DF0EC Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #6DF0EC

Tints of Baby Blue #6DF0EC

Color information

#6DF0EC (or 0x6DF0EC) is unknown color: approx Baby Blue. HEX triplet: 6D, F0 and EC. RGB value is (109,240,236). Sum of RGB (Red+Green+Blue) = 109+240+236=585 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.63% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF0EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF0EC is #920F13. Grayscale: #C8C8C8. Windows color (decimal): -9572116 or 15528045. OLE color: 15528045.

HSL color Cylindrical-coordinate representation of color #6DF0EC: hue angle of 178.17º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF0EC is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB109240236-
CMYK0.5500.020.06
HSL178.17º81.37%68.43%-
HSV(B)178.17º54.58%94.12%-
XYZ52.6171.6390.41-
YUV200.38148.162.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.63%
GREEN value IS 240 (94.14% from 255) = 41.03%
BLUE value IS 236 (92.58% from 255) = 40.34%
R=18.63%
G=41.03%
B=40.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1092402360.5500.020.06178.1781.3768.43
Hex6DF0EC37026b25144
Octal15536035467026262121104
Binary110110111110000111011001101110101101011001010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DF0EC; }

 p { color: rgb(109,240,236); }

 H1.HeaderClassName
 {
   color: #6DF0EC;
 }
 .AnyTagClassName
 {
   color: #6DF0EC;
 }
</style>
background-color css

<style>
 a { background-color: #6DF0EC; }

 a { background-color: rgb(109,240,236); }

 div.DivClassName
 {
   background-color: #6DF0EC;
 }
 .BgClassName
 {
   background-color: #6DF0EC;
 }
</style>
border-color css

<style>
 span { border-color: #6DF0EC; }

 span { border-color: rgb(109,240,236); }

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