Html Css Color HEX #A8DCCE Scandal

📋 copy color: '#A8DCCE'

red 168 ◦ green 220 ◦ blue 206

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

Shades of Scandal #A8DCCE

Tints of Scandal #A8DCCE

RGB

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

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

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

R = 28.28%
G = 37.04%
B = 34.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#A8DCCE (or 0xA8DCCE) is known color: Scandal. HEX triplet: A8, DC and CE. RGB value is (168,220,206). Sum of RGB (Red+Green+Blue) = 168+220+206=594 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.28% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCCE is #572331. Grayscale: #CACACA. Windows color (decimal): -5710642 or 13556904. OLE color: 13556904.

HSL color Cylindrical-coordinate representation of color #A8DCCE: hue angle of 163.85º 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 #A8DCCE is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 220 206 -
CMYK 0.24 0 0.06 0.14
HSL 163.85º 0.43% 0.76% -
HSV(B) 163.85º 0.24% 0.86% -
XYZ 52.88 63.97 67.95 -
YUV 202.86 129.77 103.14 -
System Red Green Blue C M Y K H S L
Decimal 168 220 206 0.24 0 0.06 0.14 163.85 0.43 0.76
Hex A8 DC CE 18 0 6 E A4 2B 4C
Octal 250 334 316 30 0 6 16 244 53 114
Binary 10101000 11011100 11001110 11000 0 110 1110 10100100 101011 1001100

Color Harmonies of #A8DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DCCE

Black with #A8DCCE

Text Example


Text Example

White with #A8DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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