Html Css Color HEX #95B5C1 Botticelli

📋 copy color: '#95B5C1'

red 149 ◦ green 181 ◦ blue 193

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

Shades of Botticelli #95B5C1

Tints of Botticelli #95B5C1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.61%

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

R = 28.49%
G = 34.61%
B = 36.9%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#95B5C1 (or 0x95B5C1) is known color: Botticelli. HEX triplet: 95, B5 and C1. RGB value is (149,181,193). Sum of RGB (Red+Green+Blue) = 149+181+193=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 193 - color contains mainly: blue. Hex color #95B5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B5C1 is #6A4A3E. Grayscale: #ACACAC. Windows color (decimal): -6965823 or 12694933. OLE color: 12694933.

HSL color Cylindrical-coordinate representation of color #95B5C1: hue angle of 196.36º 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 #95B5C1 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 181 193 -
CMYK 0.23 0.06 0 0.24
HSL 196.36º 0.26% 0.67% -
HSV(B) 196.36º 0.23% 0.76% -
XYZ 38.54 43.29 56.78 -
YUV 172.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 149 181 193 0.23 0.06 0 0.24 196.36 0.26 0.67
Hex 95 B5 C1 17 6 0 18 C4 1A 43
Octal 225 265 301 27 6 0 30 304 32 103
Binary 10010101 10110101 11000001 10111 110 0 11000 11000100 11010 1000011

Color Harmonies of #95B5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B5C1

Black with #95B5C1

Text Example


Text Example

White with #95B5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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