#6EBAD3

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

Shades of Seagull #6EBAD3

Tints of Seagull #6EBAD3

Color information

#6EBAD3 (or 0x6EBAD3) is unknown color: approx Seagull. HEX triplet: 6E, BA and D3. RGB value is (110,186,211). Sum of RGB (Red+Green+Blue) = 110+186+211=507 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.70% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 211 - color contains mainly: blue. Hex color #6EBAD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBAD3 is #91452C. Grayscale: #A5A5A5. Windows color (decimal): -9520429 or 13875822. OLE color: 13875822.

HSL color Cylindrical-coordinate representation of color #6EBAD3: hue angle of 194.85º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6EBAD3 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB110186211-
CMYK0.480.1200.17
HSL194.85º53.44%62.94%-
HSV(B)194.85º47.87%82.75%-
XYZ35.7543.1468.07-
YUV166.13153.3287.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.70%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 211 (82.81% from 255) = 41.62%
R=21.70%
G=36.69%
B=41.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1101862110.480.1200.17194.8553.4462.94
Hex6EBAD330C011c3353f
Octal15627232360140213036577
Binary11011101011101011010011110000110001000111000011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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