#8CBBD6

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

Shades of Seagull #8CBBD6

Tints of Seagull #8CBBD6

Color information

#8CBBD6 (or 0x8CBBD6) is unknown color: approx Seagull. HEX triplet: 8C, BB and D6. RGB value is (140,187,214). Sum of RGB (Red+Green+Blue) = 140+187+214=541 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.88% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 214 - color contains mainly: blue. Hex color #8CBBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBBD6 is #734429. Grayscale: #AFAFAF. Windows color (decimal): -7554090 or 14072716. OLE color: 14072716.

HSL color Cylindrical-coordinate representation of color #8CBBD6: hue angle of 201.89º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CBBD6 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB140187214-
CMYK0.350.1300.16
HSL201.89º47.44%69.41%-
HSV(B)201.89º34.58%83.92%-
XYZ40.7245.9770.35-
YUV176.02149.43102.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.88%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 214 (83.98% from 255) = 39.56%
R=25.88%
G=34.57%
B=39.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1401872140.350.1300.16201.8947.4469.41
Hex8CBBD623D010ca2f45
Octal214273326431502031257105
Binary1000110010111011110101101000111101010000110010101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,187,214); }

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

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

 a { background-color: rgb(140,187,214); }

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

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

 span { border-color: rgb(140,187,214); }

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