#6EF5EB

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

Shades of Baby Blue #6EF5EB

Tints of Baby Blue #6EF5EB

Color information

#6EF5EB (or 0x6EF5EB) is unknown color: approx Baby Blue. HEX triplet: 6E, F5 and EB. RGB value is (110,245,235). Sum of RGB (Red+Green+Blue) = 110+245+235=590 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.64% from 590); Green value is 245 (96.09% from 255 or 41.53% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 245 - color contains mainly: green. Hex color #6EF5EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF5EB is #910A14. Grayscale: #CBCBCB. Windows color (decimal): -9505301 or 15463790. OLE color: 15463790.

HSL color Cylindrical-coordinate representation of color #6EF5EB: hue angle of 175.56º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF5EB is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB110245235-
CMYK0.5500.040.04
HSL175.56º87.1%69.61%-
HSV(B)175.56º55.1%96.08%-
XYZ54.0874.6290.15-
YUV203.49145.7761.31-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.64%
GREEN value IS 245 (96.09% from 255) = 41.53%
BLUE value IS 235 (92.19% from 255) = 39.83%
R=18.64%
G=41.53%
B=39.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1102452350.5500.040.04175.5687.169.61
Hex6EF5EB37044b05746
Octal15636535367044260127106
Binary1101110111101011110101111011101001001011000010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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