#8ABCCD

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

Shades of Seagull #8ABCCD

Tints of Seagull #8ABCCD

Color information

#8ABCCD (or 0x8ABCCD) is unknown color: approx Seagull. HEX triplet: 8A, BC and CD. RGB value is (138,188,205). Sum of RGB (Red+Green+Blue) = 138+188+205=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #8ABCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCCD is #754332. Grayscale: #AEAEAE. Windows color (decimal): -7684915 or 13483146. OLE color: 13483146.

HSL color Cylindrical-coordinate representation of color #8ABCCD: hue angle of 195.22º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ABCCD is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB138188205-
CMYK0.330.0800.20
HSL195.22º40.12%67.25%-
HSV(B)195.22º32.68%80.39%-
XYZ39.4845.7864.51-
YUV174.99144.94101.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.99%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=25.99%
G=35.40%
B=38.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381882050.330.0800.20195.2240.1267.25
Hex8ABCCD218014c32843
Octal212274315411002430350103
Binary1000101010111100110011011000011000010100110000111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,188,205); }

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

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

 a { background-color: rgb(138,188,205); }

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

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

 span { border-color: rgb(138,188,205); }

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