#90BBCB

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

Shades of Seagull #90BBCB

Tints of Seagull #90BBCB

Color information

#90BBCB (or 0x90BBCB) is unknown color: approx Seagull. HEX triplet: 90, BB and CB. RGB value is (144,187,203). Sum of RGB (Red+Green+Blue) = 144+187+203=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #90BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BBCB is #6F4434. Grayscale: #AFAFAF. Windows color (decimal): -7291957 or 13351824. OLE color: 13351824.

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

Color convert

RGB144187203-
CMYK0.290.0800.20
HSL196.27º36.2%68.04%-
HSV(B)196.27º29.06%79.61%-
XYZ40.0545.7863.23-
YUV175.97143.25105.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.97%
GREEN value IS 187 (73.44% from 255) = 35.02%
BLUE value IS 203 (79.69% from 255) = 38.01%
R=26.97%
G=35.02%
B=38.01%

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
Decimal1441872030.290.0800.20196.2736.268.04
Hex90BBCB1D8014c42444
Octal220273313351002430444104
Binary100100001011101111001011111011000010100110001001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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