#6EF2E6

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

Shades of Baby Blue #6EF2E6

Tints of Baby Blue #6EF2E6

Color information

#6EF2E6 (or 0x6EF2E6) is unknown color: approx Baby Blue. HEX triplet: 6E, F2 and E6. RGB value is (110,242,230). Sum of RGB (Red+Green+Blue) = 110+242+230=582 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.90% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 230 (90.23% from 255 or 39.52% from 582); Max value from RGB is 242 - color contains mainly: green. Hex color #6EF2E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF2E6 is #910D19. Grayscale: #C9C9C9. Windows color (decimal): -9506074 or 15135342. OLE color: 15135342.

HSL color Cylindrical-coordinate representation of color #6EF2E6: hue angle of 174.55º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF2E6 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB110242230-
CMYK0.5500.050.05
HSL174.55º83.54%69.02%-
HSV(B)174.55º54.55%94.9%-
XYZ52.4772.5386.1-
YUV201.16144.2762.98-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.90%
GREEN value IS 242 (94.92% from 255) = 41.58%
BLUE value IS 230 (90.23% from 255) = 39.52%
R=18.90%
G=41.58%
B=39.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1102422300.5500.050.05174.5583.5469.02
Hex6EF2E637055af5445
Octal15636234667055257124105
Binary1101110111100101110011011011101011011010111110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,242,230); }

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

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

 a { background-color: rgb(110,242,230); }

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

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

 span { border-color: rgb(110,242,230); }

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