Html Css Color HEX #8BAEB9 Botticelli

📋 copy color: '#8BAEB9'

red 139 ◦ green 174 ◦ blue 185

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

Shades of Botticelli #8BAEB9

Tints of Botticelli #8BAEB9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.94%

 BLUE value IS 185 (72.66% from 255) = 37.15%

R = 27.91%
G = 34.94%
B = 37.15%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8BAEB9 (or 0x8BAEB9) is known color: Botticelli. HEX triplet: 8B, AE and B9. RGB value is (139,174,185). Sum of RGB (Red+Green+Blue) = 139+174+185=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 185 - color contains mainly: blue. Hex color #8BAEB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAEB9 is #745146. Grayscale: #A4A4A4. Windows color (decimal): -7622983 or 12168843. OLE color: 12168843.

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

Color convert

RGB 139 174 185 -
CMYK 0.25 0.06 0 0.27
HSL 194.35º 0.25% 0.64% -
HSV(B) 194.35º 0.25% 0.73% -
XYZ 34.54 39.26 51.66 -
YUV 164.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 139 174 185 0.25 0.06 0 0.27 194.35 0.25 0.64
Hex 8B AE B9 19 6 0 1B C2 19 40
Octal 213 256 271 31 6 0 33 302 31 100
Binary 10001011 10101110 10111001 11001 110 0 11011 11000010 11001 1000000

Color Harmonies of #8BAEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAEB9

Black with #8BAEB9

Text Example


Text Example

White with #8BAEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,174,185); }

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

background-color css

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

 a { background-color: rgb(139,174,185); }

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

border-color css

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

 span { border-color: rgb(139,174,185); }

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