#6EBECB

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

Shades of Seagull #6EBECB

Tints of Seagull #6EBECB

Color information

#6EBECB (or 0x6EBECB) is unknown color: approx Seagull. HEX triplet: 6E, BE and CB. RGB value is (110,190,203). Sum of RGB (Red+Green+Blue) = 110+190+203=503 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.87% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #6EBECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBECB is #914134. Grayscale: #A7A7A7. Windows color (decimal): -9519413 or 13352558. OLE color: 13352558.

HSL color Cylindrical-coordinate representation of color #6EBECB: hue angle of 188.39º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EBECB is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB110190203-
CMYK0.460.0600.20
HSL188.39º47.21%61.37%-
HSV(B)188.39º45.81%79.61%-
XYZ35.6244.4563.2-
YUV167.5614886.94-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.87%
GREEN value IS 190 (74.61% from 255) = 37.77%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=21.87%
G=37.77%
B=40.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1101902030.460.0600.20188.3947.2161.37
Hex6EBECB2E6014bc2f3d
Octal1562763135660242745775
Binary1101110101111101100101110111011001010010111100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,190,203); }

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

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

 a { background-color: rgb(110,190,203); }

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

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

 span { border-color: rgb(110,190,203); }

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