#90B5BF

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

Shades of Botticelli #90B5BF

Tints of Botticelli #90B5BF

Color information

#90B5BF (or 0x90B5BF) is unknown color: approx Botticelli. HEX triplet: 90, B5 and BF. RGB value is (144,181,191). Sum of RGB (Red+Green+Blue) = 144+181+191=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #90B5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B5BF is #6F4A40. Grayscale: #AAAAAA. Windows color (decimal): -7293505 or 12563856. OLE color: 12563856.

HSL color Cylindrical-coordinate representation of color #90B5BF: hue angle of 192.77º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90B5BF is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144181191-
CMYK0.250.0500.25
HSL192.77º26.86%65.69%-
HSV(B)192.77º24.61%74.9%-
XYZ37.4342.7455.57-
YUV171.08139.24108.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.91%
GREEN value IS 181 (71.09% from 255) = 35.08%
BLUE value IS 191 (75% from 255) = 37.02%
R=27.91%
G=35.08%
B=37.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441811910.250.0500.25192.7726.8665.69
Hex90B5BF195019c11b42
Octal22026527731503130133102
Binary1001000010110101101111111100110101100111000001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,181,191); }

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

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

 a { background-color: rgb(144,181,191); }

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

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

 span { border-color: rgb(144,181,191); }

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