#6EFAE9

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

Shades of Baby Blue #6EFAE9

Tints of Baby Blue #6EFAE9

Color information

#6EFAE9 (or 0x6EFAE9) is unknown color: approx Baby Blue. HEX triplet: 6E, FA and E9. RGB value is (110,250,233). Sum of RGB (Red+Green+Blue) = 110+250+233=593 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.55% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #6EFAE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFAE9 is #910516. Grayscale: #CECECE. Windows color (decimal): -9504023 or 15333998. OLE color: 15333998.

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

Color convert

RGB110250233-
CMYK0.5600.070.02
HSL172.71º93.33%70.59%-
HSV(B)172.71º56%98.04%-
XYZ55.3277.5789.15-
YUV206.2143.1259.38-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.55%
GREEN value IS 250 (98.05% from 255) = 42.16%
BLUE value IS 233 (91.41% from 255) = 39.29%
R=18.55%
G=42.16%
B=39.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1102502330.5600.070.02172.7193.3370.59
Hex6EFAE938072ad5d47
Octal15637235170072255135107
Binary110111011111010111010011110000111101010110110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EFAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,250,233); }

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

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

 a { background-color: rgb(110,250,233); }

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

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

 span { border-color: rgb(110,250,233); }

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