#90AFB4

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

Shades of Botticelli #90AFB4

Tints of Botticelli #90AFB4

Color information

#90AFB4 (or 0x90AFB4) is unknown color: approx Botticelli. HEX triplet: 90, AF and B4. RGB value is (144,175,180). Sum of RGB (Red+Green+Blue) = 144+175+180=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 180 - color contains mainly: blue. Hex color #90AFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFB4 is #6F504B. Grayscale: #A6A6A6. Windows color (decimal): -7295052 or 11841424. OLE color: 11841424.

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

Color convert

RGB144175180-
CMYK0.20.0300.29
HSL188.33º19.35%63.53%-
HSV(B)188.33º20%70.59%-
XYZ35.0739.8849.03-
YUV166.3135.73112.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.86%
GREEN value IS 175 (68.75% from 255) = 35.07%
BLUE value IS 180 (70.70% from 255) = 36.07%
R=28.86%
G=35.07%
B=36.07%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441751800.20.0300.29188.3319.3563.53
Hex90AFB414301Dbc1340
Octal22025726424303527423100
Binary100100001010111110110100101001101110110111100100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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