#8AC1CD

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

Shades of Seagull #8AC1CD

Tints of Seagull #8AC1CD

Color information

#8AC1CD (or 0x8AC1CD) is unknown color: approx Seagull. HEX triplet: 8A, C1 and CD. RGB value is (138,193,205). Sum of RGB (Red+Green+Blue) = 138+193+205=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #8AC1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC1CD is #753E32. Grayscale: #B1B1B1. Windows color (decimal): -7683635 or 13484426. OLE color: 13484426.

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

Color convert

RGB138193205-
CMYK0.330.0600.20
HSL190.75º40.12%67.25%-
HSV(B)190.75º32.68%80.39%-
XYZ40.5747.9564.87-
YUV177.92143.2899.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.75%
GREEN value IS 193 (75.78% from 255) = 36.01%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=25.75%
G=36.01%
B=38.25%

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
Decimal1381932050.330.0600.20190.7540.1267.25
Hex8AC1CD216014bf2843
Octal21230131541602427750103
Binary100010101100000111001101100001110010100101111111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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