#6EF5EF

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

Shades of Baby Blue #6EF5EF

Tints of Baby Blue #6EF5EF

Color information

#6EF5EF (or 0x6EF5EF) is unknown color: approx Baby Blue. HEX triplet: 6E, F5 and EF. RGB value is (110,245,239). Sum of RGB (Red+Green+Blue) = 110+245+239=594 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.52% from 594); Green value is 245 (96.09% from 255 or 41.25% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 245 - color contains mainly: green. Hex color #6EF5EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF5EF is #910A10. Grayscale: #CBCBCB. Windows color (decimal): -9505297 or 15725934. OLE color: 15725934.

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

Color convert

RGB110245239-
CMYK0.5500.020.04
HSL177.33º87.1%69.61%-
HSV(B)177.33º55.1%96.08%-
XYZ54.6674.8593.23-
YUV203.95147.7760.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.52%
GREEN value IS 245 (96.09% from 255) = 41.25%
BLUE value IS 239 (93.75% from 255) = 40.24%
R=18.52%
G=41.25%
B=40.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1102452390.5500.020.04177.3387.169.61
Hex6EF5EF37024b15746
Octal15636535767024261127106
Binary110111011110101111011111101110101001011000110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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