#6EFCEB

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

Shades of Baby Blue #6EFCEB

Tints of Baby Blue #6EFCEB

Color information

#6EFCEB (or 0x6EFCEB) is unknown color: approx Baby Blue. HEX triplet: 6E, FC and EB. RGB value is (110,252,235). Sum of RGB (Red+Green+Blue) = 110+252+235=597 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.43% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #6EFCEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFCEB is #910314. Grayscale: #CFCFCF. Windows color (decimal): -9503509 or 15465582. OLE color: 15465582.

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

Color convert

RGB110252235-
CMYK0.5600.070.01
HSL172.82º95.95%70.98%-
HSV(B)172.82º56.35%98.82%-
XYZ56.2478.9390.87-
YUV207.6143.4658.38-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.43%
GREEN value IS 252 (98.83% from 255) = 42.21%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=18.43%
G=42.21%
B=39.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1102522350.5600.070.01172.8295.9570.98
Hex6EFCEB38071ad6047
Octal15637435370071255140107
Binary11011101111110011101011111000011111010110111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EFCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,252,235); }

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

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

 a { background-color: rgb(110,252,235); }

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

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

 span { border-color: rgb(110,252,235); }

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