#8AB6CC

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

Shades of Seagull #8AB6CC

Tints of Seagull #8AB6CC

Color information

#8AB6CC (or 0x8AB6CC) is unknown color: approx Seagull. HEX triplet: 8A, B6 and CC. RGB value is (138,182,204). Sum of RGB (Red+Green+Blue) = 138+182+204=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #8AB6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB6CC is #754933. Grayscale: #ABABAB. Windows color (decimal): -7686452 or 13416074. OLE color: 13416074.

HSL color Cylindrical-coordinate representation of color #8AB6CC: hue angle of 200º 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 #8AB6CC is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB138182204-
CMYK0.320.1100.2
HSL200º39.29%67.06%-
HSV(B)200º32.35%80%-
XYZ38.1143.2263.46-
YUV171.35146.42104.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.34%
GREEN value IS 182 (71.48% from 255) = 34.73%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=26.34%
G=34.73%
B=38.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1381822040.320.1100.220039.2967.06
Hex8AB6CC20B014c82743
Octal212266314401302431047103
Binary1000101010110110110011001000001011010100110010001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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