Html Css Color HEX #8BADB8 Botticelli

📋 copy color: '#8BADB8'

red 139 ◦ green 173 ◦ blue 184

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

Shades of Botticelli #8BADB8

Tints of Botticelli #8BADB8

RGB

 RED value IS 139 (54.69% from 255) = 28.02%

 GREEN value IS 173 (67.97% from 255) = 34.88%

 BLUE value IS 184 (72.27% from 255) = 37.1%

R = 28.02%
G = 34.88%
B = 37.1%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8BADB8 (or 0x8BADB8) is known color: Botticelli. HEX triplet: 8B, AD and B8. RGB value is (139,173,184). Sum of RGB (Red+Green+Blue) = 139+173+184=496 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.02% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 184 - color contains mainly: blue. Hex color #8BADB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADB8 is #745247. Grayscale: #A4A4A4. Windows color (decimal): -7623240 or 12103051. OLE color: 12103051.

HSL color Cylindrical-coordinate representation of color #8BADB8: hue angle of 194.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BADB8 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 139 173 184 -
CMYK 0.24 0.06 0 0.28
HSL 194.67º 0.24% 0.63% -
HSV(B) 194.67º 0.24% 0.72% -
XYZ 34.24 38.84 51.04 -
YUV 164.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 139 173 184 0.24 0.06 0 0.28 194.67 0.24 0.63
Hex 8B AD B8 18 6 0 1C C3 18 3F
Octal 213 255 270 30 6 0 34 303 30 77
Binary 10001011 10101101 10111000 11000 110 0 11100 11000011 11000 111111

Color Harmonies of #8BADB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BADB8

Black with #8BADB8

Text Example


Text Example

White with #8BADB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,173,184); }

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

background-color css

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

 a { background-color: rgb(139,173,184); }

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

border-color css

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

 span { border-color: rgb(139,173,184); }

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