#8AC0CF

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

Shades of Seagull #8AC0CF

Tints of Seagull #8AC0CF

Color information

#8AC0CF (or 0x8AC0CF) is unknown color: approx Seagull. HEX triplet: 8A, C0 and CF. RGB value is (138,192,207). Sum of RGB (Red+Green+Blue) = 138+192+207=537 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.70% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #8AC0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC0CF is #753F30. Grayscale: #B1B1B1. Windows color (decimal): -7683889 or 13615242. OLE color: 13615242.

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

Color convert

RGB138192207-
CMYK0.330.0700.19
HSL193.04º41.82%67.65%-
HSV(B)193.04º33.33%81.18%-
XYZ40.5947.6166.08-
YUV177.56144.6199.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.70%
GREEN value IS 192 (75.39% from 255) = 35.75%
BLUE value IS 207 (81.25% from 255) = 38.55%
R=25.70%
G=35.75%
B=38.55%

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
Decimal1381922070.330.0700.19193.0441.8267.65
Hex8AC0CF217013c12a44
Octal21230031741702330152104
Binary100010101100000011001111100001111010011110000011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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