Html Css Color HEX #95BCC7 Botticelli

📋 copy color: '#95BCC7'

red 149 ◦ green 188 ◦ blue 199

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

Shades of Botticelli #95BCC7

Tints of Botticelli #95BCC7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.07%

 BLUE value IS 199 (78.13% from 255) = 37.13%

R = 27.8%
G = 35.07%
B = 37.13%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#95BCC7 (or 0x95BCC7) is known color: Botticelli. HEX triplet: 95, BC and C7. RGB value is (149,188,199). Sum of RGB (Red+Green+Blue) = 149+188+199=536 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.80% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 199 - color contains mainly: blue. Hex color #95BCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BCC7 is #6A4338. Grayscale: #B1B1B1. Windows color (decimal): -6964025 or 13089941. OLE color: 13089941.

HSL color Cylindrical-coordinate representation of color #95BCC7: hue angle of 193.2º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95BCC7 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 188 199 -
CMYK 0.25 0.06 0 0.22
HSL 193.2º 0.31% 0.68% -
HSV(B) 193.2º 0.25% 0.78% -
XYZ 40.69 46.48 60.86 -
YUV 177.59 140.08 107.61 -
System Red Green Blue C M Y K H S L
Decimal 149 188 199 0.25 0.06 0 0.22 193.2 0.31 0.68
Hex 95 BC C7 19 6 0 16 C1 1F 44
Octal 225 274 307 31 6 0 26 301 37 104
Binary 10010101 10111100 11000111 11001 110 0 10110 11000001 11111 1000100

Color Harmonies of #95BCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BCC7

Black with #95BCC7

Text Example


Text Example

White with #95BCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,188,199); }

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

background-color css

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

 a { background-color: rgb(149,188,199); }

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

border-color css

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

 span { border-color: rgb(149,188,199); }

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