Html Css Color HEX #8CADBA Botticelli

📋 copy color: '#8CADBA'

red 140 ◦ green 173 ◦ blue 186

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

Shades of Botticelli #8CADBA

Tints of Botticelli #8CADBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.27%

R = 28.06%
G = 34.67%
B = 37.27%

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

#8CADBA (or 0x8CADBA) is known color: Botticelli. HEX triplet: 8C, AD and BA. RGB value is (140,173,186). Sum of RGB (Red+Green+Blue) = 140+173+186=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #8CADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADBA is #735245. Grayscale: #A4A4A4. Windows color (decimal): -7557702 or 12234124. OLE color: 12234124.

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

Color convert

RGB 140 173 186 -
CMYK 0.25 0.07 0 0.27
HSL 196.96º 0.25% 0.64% -
HSV(B) 196.96º 0.25% 0.73% -
XYZ 34.62 39.01 52.16 -
YUV 164.62 140.07 110.44 -
System Red Green Blue C M Y K H S L
Decimal 140 173 186 0.25 0.07 0 0.27 196.96 0.25 0.64
Hex 8C AD BA 19 7 0 1B C5 19 40
Octal 214 255 272 31 7 0 33 305 31 100
Binary 10001100 10101101 10111010 11001 111 0 11011 11000101 11001 1000000

Color Harmonies of #8CADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CADBA

Black with #8CADBA

Text Example


Text Example

White with #8CADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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