#90BBCC

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

Shades of Seagull #90BBCC

Tints of Seagull #90BBCC

Color information

#90BBCC (or 0x90BBCC) is unknown color: approx Seagull. HEX triplet: 90, BB and CC. RGB value is (144,187,204). Sum of RGB (Red+Green+Blue) = 144+187+204=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #90BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BBCC is #6F4433. Grayscale: #AFAFAF. Windows color (decimal): -7291956 or 13417360. OLE color: 13417360.

HSL color Cylindrical-coordinate representation of color #90BBCC: hue angle of 197º degrees, saturation: 0.37, 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 #90BBCC is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB144187204-
CMYK0.290.0800.2
HSL197º37.04%68.24%-
HSV(B)197º29.41%80%-
XYZ40.1745.8363.86-
YUV176.08143.75105.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.92%
GREEN value IS 187 (73.44% from 255) = 34.95%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=26.92%
G=34.95%
B=38.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1441872040.290.0800.219737.0468.24
Hex90BBCC1D8014c52544
Octal220273314351002430545104
Binary100100001011101111001100111011000010100110001011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,187,204); }

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

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

 a { background-color: rgb(144,187,204); }

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

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

 span { border-color: rgb(144,187,204); }

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