Html Css Color HEX #8CADBB Botticelli

📋 copy color: '#8CADBB'

red 140 ◦ green 173 ◦ blue 187

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

Shades of Botticelli #8CADBB

Tints of Botticelli #8CADBB

RGB

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

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

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

R = 28%
G = 34.6%
B = 37.4%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8CADBB (or 0x8CADBB) is known color: Botticelli. HEX triplet: 8C, AD and BB. RGB value is (140,173,187). Sum of RGB (Red+Green+Blue) = 140+173+187=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #8CADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADBB is #735244. Grayscale: #A4A4A4. Windows color (decimal): -7557701 or 12299660. OLE color: 12299660.

HSL color Cylindrical-coordinate representation of color #8CADBB: hue angle of 197.87º degrees, saturation: 0.26, 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 #8CADBB is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 173 187 -
CMYK 0.25 0.07 0 0.27
HSL 197.87º 0.26% 0.64% -
HSV(B) 197.87º 0.25% 0.73% -
XYZ 34.73 39.05 52.72 -
YUV 164.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 140 173 187 0.25 0.07 0 0.27 197.87 0.26 0.64
Hex 8C AD BB 19 7 0 1B C6 1A 40
Octal 214 255 273 31 7 0 33 306 32 100
Binary 10001100 10101101 10111011 11001 111 0 11011 11000110 11010 1000000

Color Harmonies of #8CADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CADBB

Black with #8CADBB

Text Example


Text Example

White with #8CADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,173,187); }

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

background-color css

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

 a { background-color: rgb(140,173,187); }

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

border-color css

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

 span { border-color: rgb(140,173,187); }

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