Html Css Color HEX #A4DCCC Scandal

📋 copy color: '#A4DCCC'

red 164 ◦ green 220 ◦ blue 204

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

Shades of Scandal #A4DCCC

Tints of Scandal #A4DCCC

RGB

 RED value IS 164 (64.45% from 255) = 27.89%

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

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

R = 27.89%
G = 37.41%
B = 34.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#A4DCCC (or 0xA4DCCC) is known color: Scandal. HEX triplet: A4, DC and CC. RGB value is (164,220,204). Sum of RGB (Red+Green+Blue) = 164+220+204=588 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.89% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCCC is #5B2333. Grayscale: #C9C9C9. Windows color (decimal): -5972788 or 13425828. OLE color: 13425828.

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

Color convert

RGB 164 220 204 -
CMYK 0.25 0 0.07 0.14
HSL 162.86º 0.44% 0.75% -
HSV(B) 162.86º 0.25% 0.86% -
XYZ 51.8 63.44 66.64 -
YUV 201.43 129.45 101.3 -
System Red Green Blue C M Y K H S L
Decimal 164 220 204 0.25 0 0.07 0.14 162.86 0.44 0.75
Hex A4 DC CC 19 0 7 E A3 2C 4B
Octal 244 334 314 31 0 7 16 243 54 113
Binary 10100100 11011100 11001100 11001 0 111 1110 10100011 101100 1001011

Color Harmonies of #A4DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DCCC

Black with #A4DCCC

Text Example


Text Example

White with #A4DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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