#8AB4CC

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

Shades of Seagull #8AB4CC

Tints of Seagull #8AB4CC

Color information

#8AB4CC (or 0x8AB4CC) is unknown color: approx Seagull. HEX triplet: 8A, B4 and CC. RGB value is (138,180,204). Sum of RGB (Red+Green+Blue) = 138+180+204=522 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.44% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #8AB4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB4CC is #754B33. Grayscale: #AAAAAA. Windows color (decimal): -7686964 or 13415562. OLE color: 13415562.

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

Color convert

RGB138180204-
CMYK0.320.1200.2
HSL201.82º39.29%67.06%-
HSV(B)201.82º32.35%80%-
XYZ37.742.4163.32-
YUV170.18147.09105.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.44%
GREEN value IS 180 (70.70% from 255) = 34.48%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=26.44%
G=34.48%
B=39.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1381802040.320.1200.2201.8239.2967.06
Hex8AB4CC20C014ca2743
Octal212264314401402431247103
Binary1000101010110100110011001000001100010100110010101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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