Html Css Color HEX #8CB1B3 Botticelli

📋 copy color: '#8CB1B3'

red 140 ◦ green 177 ◦ blue 179

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

Shades of Botticelli #8CB1B3

Tints of Botticelli #8CB1B3

RGB

 RED value IS 140 (55.08% from 255) = 28.23%

 GREEN value IS 177 (69.53% from 255) = 35.69%

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

R = 28.23%
G = 35.69%
B = 36.09%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8CB1B3 (or 0x8CB1B3) is known color: Botticelli. HEX triplet: 8C, B1 and B3. RGB value is (140,177,179). Sum of RGB (Red+Green+Blue) = 140+177+179=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 179 - color contains mainly: blue. Hex color #8CB1B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB1B3 is #734E4C. Grayscale: #A6A6A6. Windows color (decimal): -7556685 or 11776396. OLE color: 11776396.

HSL color Cylindrical-coordinate representation of color #8CB1B3: hue angle of 183.08º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8CB1B3 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 177 179 -
CMYK 0.22 0.01 0 0.30
HSL 183.08º 0.2% 0.63% -
HSV(B) 183.08º 0.22% 0.7% -
XYZ 34.67 40.27 48.59 -
YUV 166.17 135.24 109.34 -
System Red Green Blue C M Y K H S L
Decimal 140 177 179 0.22 0.01 0 0.30 183.08 0.2 0.63
Hex 8C B1 B3 16 1 0 1E B7 14 3F
Octal 214 261 263 26 1 0 36 267 24 77
Binary 10001100 10110001 10110011 10110 1 0 11110 10110111 10100 111111

Color Harmonies of #8CB1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB1B3

Black with #8CB1B3

Text Example


Text Example

White with #8CB1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CB1B3; }

 p { color: rgb(140,177,179); }

 H1.HeaderClassName
 {
   color: #8CB1B3;
 }
 .AnyTagClassName
 {
   color: #8CB1B3;
 }
</style>

background-color css

<style>
 a { background-color: #8CB1B3; }

 a { background-color: rgb(140,177,179); }

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

border-color css

<style>
 span { border-color: #8CB1B3; }

 span { border-color: rgb(140,177,179); }

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