#90BCCB

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

Shades of Seagull #90BCCB

Tints of Seagull #90BCCB

Color information

#90BCCB (or 0x90BCCB) is unknown color: approx Seagull. HEX triplet: 90, BC and CB. RGB value is (144,188,203). Sum of RGB (Red+Green+Blue) = 144+188+203=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #90BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BCCB is #6F4334. Grayscale: #B0B0B0. Windows color (decimal): -7291701 or 13352080. OLE color: 13352080.

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

Color convert

RGB144188203-
CMYK0.290.0700.20
HSL195.25º36.2%68.04%-
HSV(B)195.25º29.06%79.61%-
XYZ40.2646.2163.3-
YUV176.55142.92104.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.92%
GREEN value IS 188 (73.83% from 255) = 35.14%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=26.92%
G=35.14%
B=37.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441882030.290.0700.20195.2536.268.04
Hex90BCCB1D7014c32444
Octal22027431335702430344104
Binary10010000101111001100101111101111010100110000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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