#8AB7CC

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

Shades of Seagull #8AB7CC

Tints of Seagull #8AB7CC

Color information

#8AB7CC (or 0x8AB7CC) is unknown color: approx Seagull. HEX triplet: 8A, B7 and CC. RGB value is (138,183,204). Sum of RGB (Red+Green+Blue) = 138+183+204=525 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.29% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #8AB7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB7CC is #754833. Grayscale: #ABABAB. Windows color (decimal): -7686196 or 13416330. OLE color: 13416330.

HSL color Cylindrical-coordinate representation of color #8AB7CC: hue angle of 199.09º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AB7CC is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB138183204-
CMYK0.320.1000.2
HSL199.09º39.29%67.06%-
HSV(B)199.09º32.35%80%-
XYZ38.3143.6363.53-
YUV171.94146.09103.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.29%
GREEN value IS 183 (71.88% from 255) = 34.86%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=26.29%
G=34.86%
B=38.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1381832040.320.1000.2199.0939.2967.06
Hex8AB7CC20A014c72743
Octal212267314401202430747103
Binary1000101010110111110011001000001010010100110001111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,183,204); }

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

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

 a { background-color: rgb(138,183,204); }

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

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

 span { border-color: rgb(138,183,204); }

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