#8CBED2

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

Shades of Seagull #8CBED2

Tints of Seagull #8CBED2

Color information

#8CBED2 (or 0x8CBED2) is unknown color: approx Seagull. HEX triplet: 8C, BE and D2. RGB value is (140,190,210). Sum of RGB (Red+Green+Blue) = 140+190+210=540 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.93% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 210 - color contains mainly: blue. Hex color #8CBED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBED2 is #73412D. Grayscale: #B1B1B1. Windows color (decimal): -7553326 or 13811340. OLE color: 13811340.

HSL color Cylindrical-coordinate representation of color #8CBED2: hue angle of 197.14º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CBED2 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB140190210-
CMYK0.330.1000.18
HSL197.14º43.75%68.63%-
HSV(B)197.14º33.33%82.35%-
XYZ40.8647.0667.9-
YUV177.33146.44101.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.93%
GREEN value IS 190 (74.61% from 255) = 35.19%
BLUE value IS 210 (82.42% from 255) = 38.89%
R=25.93%
G=35.19%
B=38.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1401902100.330.1000.18197.1443.7568.63
Hex8CBED221A012c52c45
Octal214276322411202230554105
Binary1000110010111110110100101000011010010010110001011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CBED2; }

 p { color: rgb(140,190,210); }

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

<style>
 a { background-color: #8CBED2; }

 a { background-color: rgb(140,190,210); }

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

<style>
 span { border-color: #8CBED2; }

 span { border-color: rgb(140,190,210); }

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