Html Css Color HEX #95ADB3 Botticelli

📋 copy color: '#95ADB3'

red 149 ◦ green 173 ◦ blue 179

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

Shades of Botticelli #95ADB3

Tints of Botticelli #95ADB3

RGB

 RED value IS 149 (58.59% from 255) = 29.74%

 GREEN value IS 173 (67.97% from 255) = 34.53%

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

R = 29.74%
G = 34.53%
B = 35.73%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#95ADB3 (or 0x95ADB3) is known color: Botticelli. HEX triplet: 95, AD and B3. RGB value is (149,173,179). Sum of RGB (Red+Green+Blue) = 149+173+179=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 179 - color contains mainly: blue. Hex color #95ADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADB3 is #6A524C. Grayscale: #A6A6A6. Windows color (decimal): -6967885 or 11775381. OLE color: 11775381.

HSL color Cylindrical-coordinate representation of color #95ADB3: hue angle of 192º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95ADB3 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 173 179 -
CMYK 0.17 0.03 0 0.30
HSL 192º 0.16% 0.64% -
HSV(B) 192º 0.17% 0.7% -
XYZ 35.47 39.53 48.41 -
YUV 166.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 149 173 179 0.17 0.03 0 0.30 192 0.16 0.64
Hex 95 AD B3 11 3 0 1E C0 10 40
Octal 225 255 263 21 3 0 36 300 20 100
Binary 10010101 10101101 10110011 10001 11 0 11110 11000000 10000 1000000

Color Harmonies of #95ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ADB3

Black with #95ADB3

Text Example


Text Example

White with #95ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95ADB3; }

 p { color: rgb(149,173,179); }

 H1.HeaderClassName
 {
   color: #95ADB3;
 }
 .AnyTagClassName
 {
   color: #95ADB3;
 }
</style>

background-color css

<style>
 a { background-color: #95ADB3; }

 a { background-color: rgb(149,173,179); }

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

border-color css

<style>
 span { border-color: #95ADB3; }

 span { border-color: rgb(149,173,179); }

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