#6EBAD1

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

Shades of Seagull #6EBAD1

Tints of Seagull #6EBAD1

Color information

#6EBAD1 (or 0x6EBAD1) is unknown color: approx Seagull. HEX triplet: 6E, BA and D1. RGB value is (110,186,209). Sum of RGB (Red+Green+Blue) = 110+186+209=505 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.78% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 209 - color contains mainly: blue. Hex color #6EBAD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBAD1 is #91452E. Grayscale: #A5A5A5. Windows color (decimal): -9520431 or 13744750. OLE color: 13744750.

HSL color Cylindrical-coordinate representation of color #6EBAD1: hue angle of 193.94º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6EBAD1 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB110186209-
CMYK0.470.1100.18
HSL193.94º51.83%62.55%-
HSV(B)193.94º47.37%81.96%-
XYZ35.543.0466.76-
YUV165.9152.3288.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.78%
GREEN value IS 186 (73.05% from 255) = 36.83%
BLUE value IS 209 (82.03% from 255) = 41.39%
R=21.78%
G=36.83%
B=41.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1101862090.470.1100.18193.9451.8362.55
Hex6EBAD12FB012c2343f
Octal15627232157130223026477
Binary11011101011101011010001101111101101001011000010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,186,209); }

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

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

 a { background-color: rgb(110,186,209); }

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

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

 span { border-color: rgb(110,186,209); }

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