#90BDCA

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

Shades of Seagull #90BDCA

Tints of Seagull #90BDCA

Color information

#90BDCA (or 0x90BDCA) is unknown color: approx Seagull. HEX triplet: 90, BD and CA. RGB value is (144,189,202). Sum of RGB (Red+Green+Blue) = 144+189+202=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #90BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BDCA is #6F4235. Grayscale: #B0B0B0. Windows color (decimal): -7291446 or 13286800. OLE color: 13286800.

HSL color Cylindrical-coordinate representation of color #90BDCA: hue angle of 193.45º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90BDCA is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144189202-
CMYK0.290.0600.21
HSL193.45º35.37%67.84%-
HSV(B)193.45º28.71%79.22%-
XYZ40.3646.5962.74-
YUV177.03142.09104.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.92%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=26.92%
G=35.33%
B=37.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441892020.290.0600.21193.4535.3767.84
Hex90BDCA1D6015c12344
Octal22027531235602530143104
Binary10010000101111011100101011101110010101110000011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,189,202); }

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

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

 a { background-color: rgb(144,189,202); }

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

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

 span { border-color: rgb(144,189,202); }

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