#90B9CE

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

Shades of Seagull #90B9CE

Tints of Seagull #90B9CE

Color information

#90B9CE (or 0x90B9CE) is unknown color: approx Seagull. HEX triplet: 90, B9 and CE. RGB value is (144,185,206). Sum of RGB (Red+Green+Blue) = 144+185+206=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #90B9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B9CE is #6F4631. Grayscale: #AFAFAF. Windows color (decimal): -7292466 or 13547920. OLE color: 13547920.

HSL color Cylindrical-coordinate representation of color #90B9CE: hue angle of 200.32º 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 #90B9CE is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB144185206-
CMYK0.300.1000.19
HSL200.32º38.75%68.63%-
HSV(B)200.32º30.1%80.78%-
XYZ39.9945.0864.99-
YUV175.14145.42105.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.92%
GREEN value IS 185 (72.66% from 255) = 34.58%
BLUE value IS 206 (80.86% from 255) = 38.50%
R=26.92%
G=34.58%
B=38.50%

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
Decimal1441852060.300.1000.19200.3238.7568.63
Hex90B9CE1EA013c82745
Octal220271316361202331047105
Binary100100001011100111001110111101010010011110010001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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