#90AFBC

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

Shades of Botticelli #90AFBC

Tints of Botticelli #90AFBC

Color information

#90AFBC (or 0x90AFBC) is unknown color: approx Botticelli. HEX triplet: 90, AF and BC. RGB value is (144,175,188). Sum of RGB (Red+Green+Blue) = 144+175+188=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #90AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFBC is #6F5043. Grayscale: #A7A7A7. Windows color (decimal): -7295044 or 12365712. OLE color: 12365712.

HSL color Cylindrical-coordinate representation of color #90AFBC: hue angle of 197.73º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90AFBC is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144175188-
CMYK0.230.0700.26
HSL197.73º24.72%65.1%-
HSV(B)197.73º23.4%73.73%-
XYZ35.9140.2253.45-
YUV167.21139.73111.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.40%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 188 (73.83% from 255) = 37.08%
R=28.40%
G=34.52%
B=37.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441751880.230.0700.26197.7324.7265.1
Hex90AFBC17701Ac61941
Octal22025727427703230631101
Binary1001000010101111101111001011111101101011000110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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