#8CBFD0

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

Shades of Seagull #8CBFD0

Tints of Seagull #8CBFD0

Color information

#8CBFD0 (or 0x8CBFD0) is unknown color: approx Seagull. HEX triplet: 8C, BF and D0. RGB value is (140,191,208). Sum of RGB (Red+Green+Blue) = 140+191+208=539 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.97% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #8CBFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBFD0 is #73402F. Grayscale: #B1B1B1. Windows color (decimal): -7553072 or 13680524. OLE color: 13680524.

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

Color convert

RGB140191208-
CMYK0.330.0800.18
HSL195º41.98%68.24%-
HSV(B)195º32.69%81.57%-
XYZ40.8347.3966.67-
YUV177.69145.1101.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.97%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 208 (81.64% from 255) = 38.59%
R=25.97%
G=35.44%
B=38.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1401912080.330.0800.1819541.9868.24
Hex8CBFD0218012c32a44
Octal214277320411002230352104
Binary1000110010111111110100001000011000010010110000111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,191,208); }

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

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

 a { background-color: rgb(140,191,208); }

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

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

 span { border-color: rgb(140,191,208); }

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