Html Css Color HEX #8CAEB1 Botticelli

📋 copy color: '#8CAEB1'

red 140 ◦ green 174 ◦ blue 177

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

Shades of Botticelli #8CAEB1

Tints of Botticelli #8CAEB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.05%

R = 28.51%
G = 35.44%
B = 36.05%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8CAEB1 (or 0x8CAEB1) is known color: Botticelli. HEX triplet: 8C, AE and B1. RGB value is (140,174,177). Sum of RGB (Red+Green+Blue) = 140+174+177=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 177 - color contains mainly: blue. Hex color #8CAEB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAEB1 is #73514E. Grayscale: #A4A4A4. Windows color (decimal): -7557455 or 11644556. OLE color: 11644556.

HSL color Cylindrical-coordinate representation of color #8CAEB1: hue angle of 184.86º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8CAEB1 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 174 177 -
CMYK 0.21 0.02 0 0.31
HSL 184.86º 0.19% 0.62% -
HSV(B) 184.86º 0.21% 0.69% -
XYZ 33.89 39.02 47.34 -
YUV 164.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 140 174 177 0.21 0.02 0 0.31 184.86 0.19 0.62
Hex 8C AE B1 15 2 0 1F B9 13 3E
Octal 214 256 261 25 2 0 37 271 23 76
Binary 10001100 10101110 10110001 10101 10 0 11111 10111001 10011 111110

Color Harmonies of #8CAEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAEB1

Black with #8CAEB1

Text Example


Text Example

White with #8CAEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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