#90BCCC

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

Shades of Seagull #90BCCC

Tints of Seagull #90BCCC

Color information

#90BCCC (or 0x90BCCC) is unknown color: approx Seagull. HEX triplet: 90, BC and CC. RGB value is (144,188,204). Sum of RGB (Red+Green+Blue) = 144+188+204=536 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.87% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #90BCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BCCC is #6F4333. Grayscale: #B0B0B0. Windows color (decimal): -7291700 or 13417616. OLE color: 13417616.

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

Color convert

RGB144188204-
CMYK0.290.0800.2
HSL196º37.04%68.24%-
HSV(B)196º29.41%80%-
XYZ40.3846.2663.93-
YUV176.67143.42104.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.87%
GREEN value IS 188 (73.83% from 255) = 35.07%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=26.87%
G=35.07%
B=38.06%

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
Decimal1441882040.290.0800.219637.0468.24
Hex90BCCC1D8014c42544
Octal220274314351002430445104
Binary100100001011110011001100111011000010100110001001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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