#8AC0CE

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

Shades of Seagull #8AC0CE

Tints of Seagull #8AC0CE

Color information

#8AC0CE (or 0x8AC0CE) is unknown color: approx Seagull. HEX triplet: 8A, C0 and CE. RGB value is (138,192,206). Sum of RGB (Red+Green+Blue) = 138+192+206=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #8AC0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC0CE is #753F31. Grayscale: #B1B1B1. Windows color (decimal): -7683890 or 13549706. OLE color: 13549706.

HSL color Cylindrical-coordinate representation of color #8AC0CE: hue angle of 192.35º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AC0CE is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB138192206-
CMYK0.330.0700.19
HSL192.35º40.96%67.45%-
HSV(B)192.35º33.01%80.78%-
XYZ40.4747.5665.44-
YUV177.45144.1199.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.75%
GREEN value IS 192 (75.39% from 255) = 35.82%
BLUE value IS 206 (80.86% from 255) = 38.43%
R=25.75%
G=35.82%
B=38.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381922060.330.0700.19192.3540.9667.45
Hex8AC0CE217013c02943
Octal21230031641702330051103
Binary100010101100000011001110100001111010011110000001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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