Html Css Color HEX #A8D5CC Scandal

📋 copy color: '#A8D5CC'

red 168 ◦ green 213 ◦ blue 204

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

Shades of Scandal #A8D5CC

Tints of Scandal #A8D5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.41%

 BLUE value IS 204 (80.08% from 255) = 34.87%

R = 28.72%
G = 36.41%
B = 34.87%

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

#A8D5CC (or 0xA8D5CC) is known color: Scandal. HEX triplet: A8, D5 and CC. RGB value is (168,213,204). Sum of RGB (Red+Green+Blue) = 168+213+204=585 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.72% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D5CC is #572A33. Grayscale: #C6C6C6. Windows color (decimal): -5712436 or 13424040. OLE color: 13424040.

HSL color Cylindrical-coordinate representation of color #A8D5CC: hue angle of 168º degrees, saturation: 0.35, 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 #A8D5CC is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 213 204 -
CMYK 0.21 0 0.04 0.16
HSL 168º 0.35% 0.75% -
HSV(B) 168º 0.21% 0.84% -
XYZ 50.84 60.27 66.08 -
YUV 198.52 131.09 106.23 -
System Red Green Blue C M Y K H S L
Decimal 168 213 204 0.21 0 0.04 0.16 168 0.35 0.75
Hex A8 D5 CC 15 0 4 10 A8 23 4B
Octal 250 325 314 25 0 4 20 250 43 113
Binary 10101000 11010101 11001100 10101 0 100 10000 10101000 100011 1001011

Color Harmonies of #A8D5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D5CC

Black with #A8D5CC

Text Example


Text Example

White with #A8D5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D5CC; }

 p { color: rgb(168,213,204); }

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

background-color css

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

 a { background-color: rgb(168,213,204); }

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

border-color css

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

 span { border-color: rgb(168,213,204); }

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