#90B3B4

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

Shades of Botticelli #90B3B4

Tints of Botticelli #90B3B4

Color information

#90B3B4 (or 0x90B3B4) is unknown color: approx Botticelli. HEX triplet: 90, B3 and B4. RGB value is (144,179,180). Sum of RGB (Red+Green+Blue) = 144+179+180=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 180 - color contains mainly: blue. Hex color #90B3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B3B4 is #6F4C4B. Grayscale: #A8A8A8. Windows color (decimal): -7294028 or 11842448. OLE color: 11842448.

HSL color Cylindrical-coordinate representation of color #90B3B4: hue angle of 181.67º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90B3B4 is Cyan = 0.2, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB144179180-
CMYK0.20.0100.29
HSL181.67º19.35%63.53%-
HSV(B)181.67º20%70.59%-
XYZ35.8641.4649.29-
YUV168.65134.4110.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.63%
GREEN value IS 179 (70.31% from 255) = 35.59%
BLUE value IS 180 (70.70% from 255) = 35.79%
R=28.63%
G=35.59%
B=35.79%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441791800.20.0100.29181.6719.3563.53
Hex90B3B414101Db61340
Octal22026326424103526623100
Binary10010000101100111011010010100101110110110110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,179,180); }

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

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

 a { background-color: rgb(144,179,180); }

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

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

 span { border-color: rgb(144,179,180); }

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