#6DFFEA

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

Shades of Baby Blue #6DFFEA

Tints of Baby Blue #6DFFEA

Color information

#6DFFEA (or 0x6DFFEA) is unknown color: approx Baby Blue. HEX triplet: 6D, FF and EA. RGB value is (109,255,234). Sum of RGB (Red+Green+Blue) = 109+255+234=598 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.23% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFFEA is #920015. Grayscale: #D0D0D0. Windows color (decimal): -9568278 or 15400813. OLE color: 15400813.

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

Color convert

RGB109255234-
CMYK0.5700.080
HSL171.37º100%71.37%-
HSV(B)171.37º57.25%100%-
XYZ56.9280.7190.42-
YUV208.95142.1356.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.23%
GREEN value IS 255 (100% from 255) = 42.64%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=18.23%
G=42.64%
B=39.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1092552340.5700.080171.3710071.37
Hex6DFFEA39080ab6447
Octal155377352710100253144107
Binary110110111111111111010101110010100001010101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,255,234); }

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

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

 a { background-color: rgb(109,255,234); }

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

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

 span { border-color: rgb(109,255,234); }

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