#6EF5EA

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

Shades of Baby Blue #6EF5EA

Tints of Baby Blue #6EF5EA

Color information

#6EF5EA (or 0x6EF5EA) is unknown color: approx Baby Blue. HEX triplet: 6E, F5 and EA. RGB value is (110,245,234). Sum of RGB (Red+Green+Blue) = 110+245+234=589 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.68% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 245 - color contains mainly: green. Hex color #6EF5EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF5EA is #910A15. Grayscale: #CBCBCB. Windows color (decimal): -9505302 or 15398254. OLE color: 15398254.

HSL color Cylindrical-coordinate representation of color #6EF5EA: hue angle of 175.11º 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 #6EF5EA is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB110245234-
CMYK0.5500.040.04
HSL175.11º87.1%69.61%-
HSV(B)175.11º55.1%96.08%-
XYZ53.9374.5689.39-
YUV203.38145.2761.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.68%
GREEN value IS 245 (96.09% from 255) = 41.60%
BLUE value IS 234 (91.80% from 255) = 39.73%
R=18.68%
G=41.60%
B=39.73%

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
Decimal1102452340.5500.040.04175.1187.169.61
Hex6EF5EA37044af5746
Octal15636535267044257127106
Binary1101110111101011110101011011101001001010111110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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