#6DFCE9

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

Shades of Baby Blue #6DFCE9

Tints of Baby Blue #6DFCE9

Color information

#6DFCE9 (or 0x6DFCE9) is unknown color: approx Baby Blue. HEX triplet: 6D, FC and E9. RGB value is (109,252,233). Sum of RGB (Red+Green+Blue) = 109+252+233=594 (78% of max value = 765). Red value is 109 (42.97% from 255 or 18.35% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 233 (91.41% from 255 or 39.23% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #6DFCE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFCE9 is #920316. Grayscale: #CFCFCF. Windows color (decimal): -9569047 or 15334509. OLE color: 15334509.

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

Color convert

RGB109252233-
CMYK0.5700.080.01
HSL172.03º95.97%70.78%-
HSV(B)172.03º56.75%98.82%-
XYZ55.8378.7689.35-
YUV207.08142.6258.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.35%
GREEN value IS 252 (98.83% from 255) = 42.42%
BLUE value IS 233 (91.41% from 255) = 39.23%
R=18.35%
G=42.42%
B=39.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1092522330.5700.080.01172.0395.9770.78
Hex6DFCE939081ac6047
Octal155374351710101254140107
Binary110110111111100111010011110010100011010110011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,252,233); }

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

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

 a { background-color: rgb(109,252,233); }

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

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

 span { border-color: rgb(109,252,233); }

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