#6dfbe9

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

Shades of Baby Blue #6DFBE9

Tints of Baby Blue #6DFBE9

Color information

#6DFBE9 (or 0x6DFBE9) is unknown color: approx Baby Blue. HEX triplet: 6D, FB and E9. RGB value is (109,251,233). Sum of RGB (Red+Green+Blue) = 109+251+233=593 (78% of max value = 765). Red value is 109 (42.97% from 255 or 18.38% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #6DFBE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFBE9 is #920416. Grayscale: #CECECE. Windows color (decimal): -9569303 or 15334253. OLE color: 15334253.

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

Color convert

RGB109251233-
CMYK0.5700.070.02
HSL172.39º94.67%70.59%-
HSV(B)172.39º56.57%98.43%-
XYZ55.5178.1389.25-
YUV206.49142.9658.46-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.38%
GREEN value IS 251 (98.44% from 255) = 42.33%
BLUE value IS 233 (91.41% from 255) = 39.29%
R=18.38%
G=42.33%
B=39.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092512330.5700.070.02172.3994.6770.59
Hex6DFBE939072ac5f47
Octal15537335171072254137107
Binary110110111111011111010011110010111101010110010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6dfbe9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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