#90BACE

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

Shades of Seagull #90BACE

Tints of Seagull #90BACE

Color information

#90BACE (or 0x90BACE) is unknown color: approx Seagull. HEX triplet: 90, BA and CE. RGB value is (144,186,206). Sum of RGB (Red+Green+Blue) = 144+186+206=536 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.87% from 536); Green value is 186 (73.05% from 255 or 34.70% 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 #90BACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BACE is #6F4531. Grayscale: #AFAFAF. Windows color (decimal): -7292210 or 13548176. OLE color: 13548176.

HSL color Cylindrical-coordinate representation of color #90BACE: hue angle of 199.35º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90BACE is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB144186206-
CMYK0.300.1000.19
HSL199.35º38.75%68.63%-
HSV(B)199.35º30.1%80.78%-
XYZ40.245.565.06-
YUV175.72145.09105.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.87%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 206 (80.86% from 255) = 38.43%
R=26.87%
G=34.70%
B=38.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441862060.300.1000.19199.3538.7568.63
Hex90BACE1EA013c72745
Octal220272316361202330747105
Binary100100001011101011001110111101010010011110001111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90BACE; }

 p { color: rgb(144,186,206); }

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

<style>
 a { background-color: #90BACE; }

 a { background-color: rgb(144,186,206); }

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

<style>
 span { border-color: #90BACE; }

 span { border-color: rgb(144,186,206); }

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