Html Css Color HEX #8CADB3 Botticelli

📋 copy color: '#8CADB3'

red 140 ◦ green 173 ◦ blue 179

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

Shades of Botticelli #8CADB3

Tints of Botticelli #8CADB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.38%

R = 28.46%
G = 35.16%
B = 36.38%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8CADB3 (or 0x8CADB3) is known color: Botticelli. HEX triplet: 8C, AD and B3. RGB value is (140,173,179). Sum of RGB (Red+Green+Blue) = 140+173+179=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 179 - color contains mainly: blue. Hex color #8CADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADB3 is #73524C. Grayscale: #A3A3A3. Windows color (decimal): -7557709 or 11775372. OLE color: 11775372.

HSL color Cylindrical-coordinate representation of color #8CADB3: hue angle of 189.23º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8CADB3 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 173 179 -
CMYK 0.22 0.03 0 0.30
HSL 189.23º 0.2% 0.63% -
HSV(B) 189.23º 0.22% 0.7% -
XYZ 33.9 38.72 48.33 -
YUV 163.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 140 173 179 0.22 0.03 0 0.30 189.23 0.2 0.63
Hex 8C AD B3 16 3 0 1E BD 14 3F
Octal 214 255 263 26 3 0 36 275 24 77
Binary 10001100 10101101 10110011 10110 11 0 11110 10111101 10100 111111

Color Harmonies of #8CADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CADB3

Black with #8CADB3

Text Example


Text Example

White with #8CADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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