#8AC0CD

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

Shades of Seagull #8AC0CD

Tints of Seagull #8AC0CD

Color information

#8AC0CD (or 0x8AC0CD) is unknown color: approx Seagull. HEX triplet: 8A, C0 and CD. RGB value is (138,192,205). Sum of RGB (Red+Green+Blue) = 138+192+205=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #8AC0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC0CD is #753F32. Grayscale: #B1B1B1. Windows color (decimal): -7683891 or 13484170. OLE color: 13484170.

HSL color Cylindrical-coordinate representation of color #8AC0CD: hue angle of 191.64º 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 #8AC0CD is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB138192205-
CMYK0.330.0600.20
HSL191.64º40.12%67.25%-
HSV(B)191.64º32.68%80.39%-
XYZ40.3547.5164.8-
YUV177.34143.6199.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.79%
GREEN value IS 192 (75.39% from 255) = 35.89%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=25.79%
G=35.89%
B=38.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381922050.330.0600.20191.6440.1267.25
Hex8AC0CD216014c02843
Octal21230031541602430050103
Binary100010101100000011001101100001110010100110000001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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