Html Css Color HEX #A9D7CE Scandal

📋 copy color: '#A9D7CE'

red 169 ◦ green 215 ◦ blue 206

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

Shades of Scandal #A9D7CE

Tints of Scandal #A9D7CE

RGB

 RED value IS 169 (66.41% from 255) = 28.64%

 GREEN value IS 215 (84.38% from 255) = 36.44%

 BLUE value IS 206 (80.86% from 255) = 34.92%

R = 28.64%
G = 36.44%
B = 34.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#A9D7CE (or 0xA9D7CE) is known color: Scandal. HEX triplet: A9, D7 and CE. RGB value is (169,215,206). Sum of RGB (Red+Green+Blue) = 169+215+206=590 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.64% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 215 - color contains mainly: green. Hex color #A9D7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D7CE is #562831. Grayscale: #C8C8C8. Windows color (decimal): -5646386 or 13555625. OLE color: 13555625.

HSL color Cylindrical-coordinate representation of color #A9D7CE: hue angle of 168.26º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9D7CE is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 215 206 -
CMYK 0.21 0 0.04 0.16
HSL 168.26º 0.37% 0.75% -
HSV(B) 168.26º 0.21% 0.84% -
XYZ 51.8 61.49 67.53 -
YUV 200.22 131.26 105.73 -
System Red Green Blue C M Y K H S L
Decimal 169 215 206 0.21 0 0.04 0.16 168.26 0.37 0.75
Hex A9 D7 CE 15 0 4 10 A8 25 4B
Octal 251 327 316 25 0 4 20 250 45 113
Binary 10101001 11010111 11001110 10101 0 100 10000 10101000 100101 1001011

Color Harmonies of #A9D7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D7CE

Black with #A9D7CE

Text Example


Text Example

White with #A9D7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D7CE; }

 p { color: rgb(169,215,206); }

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

background-color css

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

 a { background-color: rgb(169,215,206); }

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

border-color css

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

 span { border-color: rgb(169,215,206); }

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