#6EBCCB

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

Shades of Seagull #6EBCCB

Tints of Seagull #6EBCCB

Color information

#6EBCCB (or 0x6EBCCB) is unknown color: approx Seagull. HEX triplet: 6E, BC and CB. RGB value is (110,188,203). Sum of RGB (Red+Green+Blue) = 110+188+203=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #6EBCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBCCB is #914334. Grayscale: #A6A6A6. Windows color (decimal): -9519925 or 13352046. OLE color: 13352046.

HSL color Cylindrical-coordinate representation of color #6EBCCB: hue angle of 189.68º 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 #6EBCCB is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB110188203-
CMYK0.460.0700.20
HSL189.68º47.21%61.37%-
HSV(B)189.68º45.81%79.61%-
XYZ35.1943.5963.06-
YUV166.39148.6687.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.96%
GREEN value IS 188 (73.83% from 255) = 37.52%
BLUE value IS 203 (79.69% from 255) = 40.52%
R=21.96%
G=37.52%
B=40.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1101882030.460.0700.20189.6847.2161.37
Hex6EBCCB2E7014be2f3d
Octal1562743135670242765775
Binary1101110101111001100101110111011101010010111110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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