Html Css Color HEX #A4D8C7 Scandal

📋 copy color: '#A4D8C7'

red 164 ◦ green 216 ◦ blue 199

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

Shades of Scandal #A4D8C7

Tints of Scandal #A4D8C7

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.31%

 BLUE value IS 199 (78.13% from 255) = 34.37%

R = 28.32%
G = 37.31%
B = 34.37%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#A4D8C7 (or 0xA4D8C7) is known color: Scandal. HEX triplet: A4, D8 and C7. RGB value is (164,216,199). Sum of RGB (Red+Green+Blue) = 164+216+199=579 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.32% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #A4D8C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D8C7 is #5B2738. Grayscale: #C6C6C6. Windows color (decimal): -5973817 or 13097124. OLE color: 13097124.

HSL color Cylindrical-coordinate representation of color #A4D8C7: hue angle of 160.38º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4D8C7 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 216 199 -
CMYK 0.24 0 0.08 0.15
HSL 160.38º 0.4% 0.75% -
HSV(B) 160.38º 0.24% 0.85% -
XYZ 50.17 61.13 63.19 -
YUV 198.51 128.27 103.38 -
System Red Green Blue C M Y K H S L
Decimal 164 216 199 0.24 0 0.08 0.15 160.38 0.4 0.75
Hex A4 D8 C7 18 0 8 F A0 28 4B
Octal 244 330 307 30 0 10 17 240 50 113
Binary 10100100 11011000 11000111 11000 0 1000 1111 10100000 101000 1001011

Color Harmonies of #A4D8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D8C7

Black with #A4D8C7

Text Example


Text Example

White with #A4D8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D8C7; }

 p { color: rgb(164,216,199); }

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

background-color css

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

 a { background-color: rgb(164,216,199); }

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

border-color css

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

 span { border-color: rgb(164,216,199); }

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