Html Css Color HEX #8DB0B3 Botticelli

📋 copy color: '#8DB0B3'

red 141 ◦ green 176 ◦ blue 179

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

Shades of Botticelli #8DB0B3

Tints of Botticelli #8DB0B3

RGB

 RED value IS 141 (55.47% from 255) = 28.43%

 GREEN value IS 176 (69.14% from 255) = 35.48%

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

R = 28.43%
G = 35.48%
B = 36.09%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8DB0B3 (or 0x8DB0B3) is known color: Botticelli. HEX triplet: 8D, B0 and B3. RGB value is (141,176,179). Sum of RGB (Red+Green+Blue) = 141+176+179=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 176 (69.14% from 255 or 35.48% 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 #8DB0B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB0B3 is #724F4C. Grayscale: #A5A5A5. Windows color (decimal): -7491405 or 11776141. OLE color: 11776141.

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

Color convert

RGB 141 176 179 -
CMYK 0.21 0.02 0 0.30
HSL 184.74º 0.2% 0.63% -
HSV(B) 184.74º 0.21% 0.7% -
XYZ 34.65 39.97 48.54 -
YUV 165.88 135.4 110.26 -
System Red Green Blue C M Y K H S L
Decimal 141 176 179 0.21 0.02 0 0.30 184.74 0.2 0.63
Hex 8D B0 B3 15 2 0 1E B9 14 3F
Octal 215 260 263 25 2 0 36 271 24 77
Binary 10001101 10110000 10110011 10101 10 0 11110 10111001 10100 111111

Color Harmonies of #8DB0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB0B3

Black with #8DB0B3

Text Example


Text Example

White with #8DB0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,176,179); }

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

background-color css

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

 a { background-color: rgb(141,176,179); }

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

border-color css

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

 span { border-color: rgb(141,176,179); }

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