Html Css Color HEX #99AFB3 Botticelli

📋 copy color: '#99AFB3'

red 153 ◦ green 175 ◦ blue 179

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

Shades of Botticelli #99AFB3

Tints of Botticelli #99AFB3

RGB

 RED value IS 153 (60.16% from 255) = 30.18%

 GREEN value IS 175 (68.75% from 255) = 34.52%

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

R = 30.18%
G = 34.52%
B = 35.31%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#99AFB3 (or 0x99AFB3) is known color: Botticelli. HEX triplet: 99, AF and B3. RGB value is (153,175,179). Sum of RGB (Red+Green+Blue) = 153+175+179=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 179 (70.31% from 255 or 35.31% from 507); Max value from RGB is 179 - color contains mainly: blue. Hex color #99AFB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFB3 is #66504C. Grayscale: #A8A8A8. Windows color (decimal): -6705229 or 11775897. OLE color: 11775897.

HSL color Cylindrical-coordinate representation of color #99AFB3: hue angle of 189.23º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99AFB3 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 175 179 -
CMYK 0.15 0.02 0 0.30
HSL 189.23º 0.15% 0.65% -
HSV(B) 189.23º 0.15% 0.7% -
XYZ 36.6 40.69 48.57 -
YUV 168.88 133.71 116.67 -
System Red Green Blue C M Y K H S L
Decimal 153 175 179 0.15 0.02 0 0.30 189.23 0.15 0.65
Hex 99 AF B3 F 2 0 1E BD F 41
Octal 231 257 263 17 2 0 36 275 17 101
Binary 10011001 10101111 10110011 1111 10 0 11110 10111101 1111 1000001

Color Harmonies of #99AFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AFB3

Black with #99AFB3

Text Example


Text Example

White with #99AFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99AFB3; }

 p { color: rgb(153,175,179); }

 H1.HeaderClassName
 {
   color: #99AFB3;
 }
 .AnyTagClassName
 {
   color: #99AFB3;
 }
</style>

background-color css

<style>
 a { background-color: #99AFB3; }

 a { background-color: rgb(153,175,179); }

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

border-color css

<style>
 span { border-color: #99AFB3; }

 span { border-color: rgb(153,175,179); }

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