#6EFAE7

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

Shades of Baby Blue #6EFAE7

Tints of Baby Blue #6EFAE7

Color information

#6EFAE7 (or 0x6EFAE7) is unknown color: approx Baby Blue. HEX triplet: 6E, FA and E7. RGB value is (110,250,231). Sum of RGB (Red+Green+Blue) = 110+250+231=591 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.61% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #6EFAE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFAE7 is #910518. Grayscale: #CDCDCD. Windows color (decimal): -9504025 or 15202926. OLE color: 15202926.

HSL color Cylindrical-coordinate representation of color #6EFAE7: hue angle of 171.86º 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 #6EFAE7 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB110250231-
CMYK0.5600.080.02
HSL171.86º93.33%70.59%-
HSV(B)171.86º56%98.04%-
XYZ55.0477.4687.65-
YUV205.97142.1259.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.61%
GREEN value IS 250 (98.05% from 255) = 42.30%
BLUE value IS 231 (90.62% from 255) = 39.09%
R=18.61%
G=42.30%
B=39.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1102502310.5600.080.02171.8693.3370.59
Hex6EFAE738082ac5d47
Octal156372347700102254135107
Binary1101110111110101110011111100001000101010110010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EFAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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