#90B9CD

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

Shades of Seagull #90B9CD

Tints of Seagull #90B9CD

Color information

#90B9CD (or 0x90B9CD) is unknown color: approx Seagull. HEX triplet: 90, B9 and CD. RGB value is (144,185,205). Sum of RGB (Red+Green+Blue) = 144+185+205=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #90B9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B9CD is #6F4632. Grayscale: #AEAEAE. Windows color (decimal): -7292467 or 13482384. OLE color: 13482384.

HSL color Cylindrical-coordinate representation of color #90B9CD: hue angle of 199.67º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90B9CD is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144185205-
CMYK0.300.1000.20
HSL199.67º37.89%68.43%-
HSV(B)199.67º29.76%80.39%-
XYZ39.8745.0364.35-
YUV175.02144.92105.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.97%
GREEN value IS 185 (72.66% from 255) = 34.64%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=26.97%
G=34.64%
B=38.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441852050.300.1000.20199.6737.8968.43
Hex90B9CD1EA014c82644
Octal220271315361202431046104
Binary100100001011100111001101111101010010100110010001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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