Html Css Color HEX #90AEB3 Botticelli

📋 copy color: '#90AEB3'

red 144 ◦ green 174 ◦ blue 179

#90AEB3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Botticelli #90AEB3

Tints of Botticelli #90AEB3

RGB

 RED value IS 144 (56.64% from 255) = 28.97%

 GREEN value IS 174 (68.36% from 255) = 35.01%

 BLUE value IS 179 (70.31% from 255) = 36.02%

R = 28.97%
G = 35.01%
B = 36.02%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#90AEB3 (or 0x90AEB3) is known color: Botticelli. HEX triplet: 90, AE and B3. RGB value is (144,174,179). Sum of RGB (Red+Green+Blue) = 144+174+179=497 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.97% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 179 - color contains mainly: blue. Hex color #90AEB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AEB3 is #6F514C. Grayscale: #A5A5A5. Windows color (decimal): -7295309 or 11775632. OLE color: 11775632.

HSL color Cylindrical-coordinate representation of color #90AEB3: hue angle of 188.57º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90AEB3 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 144 174 179 -
CMYK 0.20 0.03 0 0.30
HSL 188.57º 0.19% 0.63% -
HSV(B) 188.57º 0.2% 0.7% -
XYZ 34.77 39.46 48.43 -
YUV 165.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 144 174 179 0.20 0.03 0 0.30 188.57 0.19 0.63
Hex 90 AE B3 14 3 0 1E BD 13 3F
Octal 220 256 263 24 3 0 36 275 23 77
Binary 10010000 10101110 10110011 10100 11 0 11110 10111101 10011 111111

Color Harmonies of #90AEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AEB3

Black with #90AEB3

Text Example


Text Example

White with #90AEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90AEB3;
 }
 .AnyTagClassName
 {
   color: #90AEB3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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