Html Css Color HEX #A8D9CE Scandal

📋 copy color: '#A8D9CE'

red 168 ◦ green 217 ◦ blue 206

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

Shades of Scandal #A8D9CE

Tints of Scandal #A8D9CE

RGB

 RED value IS 168 (66.02% from 255) = 28.43%

 GREEN value IS 217 (85.16% from 255) = 36.72%

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

R = 28.43%
G = 36.72%
B = 34.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#A8D9CE (or 0xA8D9CE) is known color: Scandal. HEX triplet: A8, D9 and CE. RGB value is (168,217,206). Sum of RGB (Red+Green+Blue) = 168+217+206=591 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.43% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D9CE is #572631. Grayscale: #C9C9C9. Windows color (decimal): -5711410 or 13556136. OLE color: 13556136.

HSL color Cylindrical-coordinate representation of color #A8D9CE: hue angle of 166.53º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8D9CE is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 217 206 -
CMYK 0.23 0 0.05 0.15
HSL 166.53º 0.39% 0.75% -
HSV(B) 166.53º 0.23% 0.85% -
XYZ 52.1 62.41 67.69 -
YUV 201.1 130.77 104.39 -
System Red Green Blue C M Y K H S L
Decimal 168 217 206 0.23 0 0.05 0.15 166.53 0.39 0.75
Hex A8 D9 CE 17 0 5 F A7 27 4B
Octal 250 331 316 27 0 5 17 247 47 113
Binary 10101000 11011001 11001110 10111 0 101 1111 10100111 100111 1001011

Color Harmonies of #A8D9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D9CE

Black with #A8D9CE

Text Example


Text Example

White with #A8D9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D9CE; }

 p { color: rgb(168,217,206); }

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

background-color css

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

 a { background-color: rgb(168,217,206); }

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

border-color css

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

 span { border-color: rgb(168,217,206); }

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