#6EFEED

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

Shades of Baby Blue #6EFEED

Tints of Baby Blue #6EFEED

Color information

#6EFEED (or 0x6EFEED) is unknown color: approx Baby Blue. HEX triplet: 6E, FE and ED. RGB value is (110,254,237). Sum of RGB (Red+Green+Blue) = 110+254+237=601 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.30% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #6EFEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFEED is #910112. Grayscale: #D0D0D0. Windows color (decimal): -9502995 or 15597166. OLE color: 15597166.

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

Color convert

RGB110254237-
CMYK0.5700.070.00
HSL172.92º98.63%71.37%-
HSV(B)172.92º56.69%99.61%-
XYZ57.1680.3192.61-
YUV209.01143.7957.38-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.30%
GREEN value IS 254 (99.61% from 255) = 42.26%
BLUE value IS 237 (92.97% from 255) = 39.43%
R=18.30%
G=42.26%
B=39.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1102542370.5700.070.00172.9298.6371.37
Hex6EFEED39070ad6347
Octal15637635571070255143107
Binary11011101111111011101101111001011101010110111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EFEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,254,237); }

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

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

 a { background-color: rgb(110,254,237); }

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

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

 span { border-color: rgb(110,254,237); }

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