Html Css Color HEX #8AB9BB Botticelli

📋 copy color: '#8AB9BB'

red 138 ◦ green 185 ◦ blue 187

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

Shades of Botticelli #8AB9BB

Tints of Botticelli #8AB9BB

RGB

 RED value IS 138 (54.3% from 255) = 27.06%

 GREEN value IS 185 (72.66% from 255) = 36.27%

 BLUE value IS 187 (73.44% from 255) = 36.67%

R = 27.06%
G = 36.27%
B = 36.67%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8AB9BB (or 0x8AB9BB) is known color: Botticelli. HEX triplet: 8A, B9 and BB. RGB value is (138,185,187). Sum of RGB (Red+Green+Blue) = 138+185+187=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #8AB9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB9BB is #754644. Grayscale: #ABABAB. Windows color (decimal): -7685701 or 12302730. OLE color: 12302730.

HSL color Cylindrical-coordinate representation of color #8AB9BB: hue angle of 182.45º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8AB9BB is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 185 187 -
CMYK 0.26 0.01 0 0.27
HSL 182.45º 0.26% 0.64% -
HSV(B) 182.45º 0.26% 0.73% -
XYZ 36.8 43.69 53.51 -
YUV 171.18 136.93 104.34 -
System Red Green Blue C M Y K H S L
Decimal 138 185 187 0.26 0.01 0 0.27 182.45 0.26 0.64
Hex 8A B9 BB 1A 1 0 1B B6 1A 40
Octal 212 271 273 32 1 0 33 266 32 100
Binary 10001010 10111001 10111011 11010 1 0 11011 10110110 11010 1000000

Color Harmonies of #8AB9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB9BB

Black with #8AB9BB

Text Example


Text Example

White with #8AB9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,185,187); }

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

background-color css

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

 a { background-color: rgb(138,185,187); }

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

border-color css

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

 span { border-color: rgb(138,185,187); }

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