#90BACB

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

Shades of Seagull #90BACB

Tints of Seagull #90BACB

Color information

#90BACB (or 0x90BACB) is unknown color: approx Seagull. HEX triplet: 90, BA and CB. RGB value is (144,186,203). Sum of RGB (Red+Green+Blue) = 144+186+203=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #90BACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BACB is #6F4534. Grayscale: #AFAFAF. Windows color (decimal): -7292213 or 13351568. OLE color: 13351568.

HSL color Cylindrical-coordinate representation of color #90BACB: hue angle of 197.29º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90BACB is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144186203-
CMYK0.290.0800.20
HSL197.29º36.2%68.04%-
HSV(B)197.29º29.06%79.61%-
XYZ39.8445.3663.16-
YUV175.38143.59105.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.02%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 203 (79.69% from 255) = 38.09%
R=27.02%
G=34.90%
B=38.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441862030.290.0800.20197.2936.268.04
Hex90BACB1D8014c52444
Octal220272313351002430544104
Binary100100001011101011001011111011000010100110001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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