#6DFDEB

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

Shades of Baby Blue #6DFDEB

Tints of Baby Blue #6DFDEB

Color information

#6DFDEB (or 0x6DFDEB) is unknown color: approx Baby Blue. HEX triplet: 6D, FD and EB. RGB value is (109,253,235). Sum of RGB (Red+Green+Blue) = 109+253+235=597 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.26% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #6DFDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFDEB is #920214. Grayscale: #CFCFCF. Windows color (decimal): -9568789 or 15465837. OLE color: 15465837.

HSL color Cylindrical-coordinate representation of color #6DFDEB: hue angle of 172.5º 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 #6DFDEB is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB109253235-
CMYK0.5700.070.01
HSL172.5º97.3%70.98%-
HSV(B)172.5º56.92%99.22%-
XYZ56.4379.590.97-
YUV207.89143.2957.46-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.26%
GREEN value IS 253 (99.22% from 255) = 42.38%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=18.26%
G=42.38%
B=39.36%

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
Decimal1092532350.5700.070.01172.597.370.98
Hex6DFDEB39071ac6147
Octal15537535371071254141107
Binary11011011111110111101011111001011111010110011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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