#6DFDEC

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

Shades of Baby Blue #6DFDEC

Tints of Baby Blue #6DFDEC

Color information

#6DFDEC (or 0x6DFDEC) is unknown color: approx Baby Blue. HEX triplet: 6D, FD and EC. RGB value is (109,253,236). Sum of RGB (Red+Green+Blue) = 109+253+236=598 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.23% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #6DFDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFDEC is #920213. Grayscale: #CFCFCF. Windows color (decimal): -9568788 or 15531373. OLE color: 15531373.

HSL color Cylindrical-coordinate representation of color #6DFDEC: hue angle of 172.92º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFDEC is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB109253236-
CMYK0.5700.070.01
HSL172.92º97.3%70.98%-
HSV(B)172.92º56.92%99.22%-
XYZ56.5779.5691.73-
YUV208.01143.7957.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.23%
GREEN value IS 253 (99.22% from 255) = 42.31%
BLUE value IS 236 (92.58% from 255) = 39.46%
R=18.23%
G=42.31%
B=39.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1092532360.5700.070.01172.9297.370.98
Hex6DFDEC39071ad6147
Octal15537535471071255141107
Binary11011011111110111101100111001011111010110111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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