#6EBDCB

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

Shades of Seagull #6EBDCB

Tints of Seagull #6EBDCB

Color information

#6EBDCB (or 0x6EBDCB) is unknown color: approx Seagull. HEX triplet: 6E, BD and CB. RGB value is (110,189,203). Sum of RGB (Red+Green+Blue) = 110+189+203=502 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.91% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #6EBDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBDCB is #914234. Grayscale: #A6A6A6. Windows color (decimal): -9519669 or 13352302. OLE color: 13352302.

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

Color convert

RGB110189203-
CMYK0.460.0700.20
HSL189.03º47.21%61.37%-
HSV(B)189.03º45.81%79.61%-
XYZ35.4144.0263.13-
YUV166.98148.3387.36-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.91%
GREEN value IS 189 (74.22% from 255) = 37.65%
BLUE value IS 203 (79.69% from 255) = 40.44%
R=21.91%
G=37.65%
B=40.44%

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
Decimal1101892030.460.0700.20189.0347.2161.37
Hex6EBDCB2E7014bd2f3d
Octal1562753135670242755775
Binary1101110101111011100101110111011101010010111101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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