Html Css Color HEX #A8D6CC Scandal

📋 copy color: '#A8D6CC'

red 168 ◦ green 214 ◦ blue 204

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

Shades of Scandal #A8D6CC

Tints of Scandal #A8D6CC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.52%

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

R = 28.67%
G = 36.52%
B = 34.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#A8D6CC (or 0xA8D6CC) is known color: Scandal. HEX triplet: A8, D6 and CC. RGB value is (168,214,204). Sum of RGB (Red+Green+Blue) = 168+214+204=586 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.67% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D6CC is #572933. Grayscale: #C7C7C7. Windows color (decimal): -5712180 or 13424296. OLE color: 13424296.

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

Color convert

RGB 168 214 204 -
CMYK 0.21 0 0.05 0.16
HSL 166.96º 0.36% 0.75% -
HSV(B) 166.96º 0.21% 0.84% -
XYZ 51.09 60.78 66.17 -
YUV 199.11 130.76 105.81 -
System Red Green Blue C M Y K H S L
Decimal 168 214 204 0.21 0 0.05 0.16 166.96 0.36 0.75
Hex A8 D6 CC 15 0 5 10 A7 24 4B
Octal 250 326 314 25 0 5 20 247 44 113
Binary 10101000 11010110 11001100 10101 0 101 10000 10100111 100100 1001011

Color Harmonies of #A8D6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D6CC

Black with #A8D6CC

Text Example


Text Example

White with #A8D6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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