Html Css Color HEX #95B9C1 Botticelli

📋 copy color: '#95B9C1'

red 149 ◦ green 185 ◦ blue 193

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

Shades of Botticelli #95B9C1

Tints of Botticelli #95B9C1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.1%

 BLUE value IS 193 (75.78% from 255) = 36.62%

R = 28.27%
G = 35.1%
B = 36.62%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#95B9C1 (or 0x95B9C1) is known color: Botticelli. HEX triplet: 95, B9 and C1. RGB value is (149,185,193). Sum of RGB (Red+Green+Blue) = 149+185+193=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #95B9C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B9C1 is #6A463E. Grayscale: #AFAFAF. Windows color (decimal): -6964799 or 12695957. OLE color: 12695957.

HSL color Cylindrical-coordinate representation of color #95B9C1: hue angle of 190.91º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95B9C1 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 185 193 -
CMYK 0.23 0.04 0 0.24
HSL 190.91º 0.26% 0.67% -
HSV(B) 190.91º 0.23% 0.76% -
XYZ 39.37 44.94 57.05 -
YUV 175.15 138.07 109.35 -
System Red Green Blue C M Y K H S L
Decimal 149 185 193 0.23 0.04 0 0.24 190.91 0.26 0.67
Hex 95 B9 C1 17 4 0 18 BF 1A 43
Octal 225 271 301 27 4 0 30 277 32 103
Binary 10010101 10111001 11000001 10111 100 0 11000 10111111 11010 1000011

Color Harmonies of #95B9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B9C1

Black with #95B9C1

Text Example


Text Example

White with #95B9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,185,193); }

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

background-color css

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

 a { background-color: rgb(149,185,193); }

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

border-color css

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

 span { border-color: rgb(149,185,193); }

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