Html Css Color HEX #A8DCCC Scandal

📋 copy color: '#A8DCCC'

red 168 ◦ green 220 ◦ blue 204

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

Shades of Scandal #A8DCCC

Tints of Scandal #A8DCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.16%

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

R = 28.38%
G = 37.16%
B = 34.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#A8DCCC (or 0xA8DCCC) is known color: Scandal. HEX triplet: A8, DC and CC. RGB value is (168,220,204). Sum of RGB (Red+Green+Blue) = 168+220+204=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCCC is #572333. Grayscale: #CACACA. Windows color (decimal): -5710644 or 13425832. OLE color: 13425832.

HSL color Cylindrical-coordinate representation of color #A8DCCC: hue angle of 161.54º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DCCC is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 220 204 -
CMYK 0.24 0 0.07 0.14
HSL 161.54º 0.43% 0.76% -
HSV(B) 161.54º 0.24% 0.86% -
XYZ 52.64 63.87 66.68 -
YUV 202.63 128.77 103.3 -
System Red Green Blue C M Y K H S L
Decimal 168 220 204 0.24 0 0.07 0.14 161.54 0.43 0.76
Hex A8 DC CC 18 0 7 E A2 2B 4C
Octal 250 334 314 30 0 7 16 242 53 114
Binary 10101000 11011100 11001100 11000 0 111 1110 10100010 101011 1001100

Color Harmonies of #A8DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DCCC

Black with #A8DCCC

Text Example


Text Example

White with #A8DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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