Html Css Color HEX #A4D6C7 Scandal

📋 copy color: '#A4D6C7'

red 164 ◦ green 214 ◦ blue 199

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

Shades of Scandal #A4D6C7

Tints of Scandal #A4D6C7

RGB

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

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

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

R = 28.42%
G = 37.09%
B = 34.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#A4D6C7 (or 0xA4D6C7) is known color: Scandal. HEX triplet: A4, D6 and C7. RGB value is (164,214,199). Sum of RGB (Red+Green+Blue) = 164+214+199=577 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.42% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D6C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D6C7 is #5B2938. Grayscale: #C5C5C5. Windows color (decimal): -5974329 or 13096612. OLE color: 13096612.

HSL color Cylindrical-coordinate representation of color #A4D6C7: hue angle of 162º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D6C7 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 214 199 -
CMYK 0.23 0 0.07 0.16
HSL 162º 0.38% 0.74% -
HSV(B) 162º 0.23% 0.84% -
XYZ 49.67 60.11 63.02 -
YUV 197.34 128.94 104.22 -
System Red Green Blue C M Y K H S L
Decimal 164 214 199 0.23 0 0.07 0.16 162 0.38 0.74
Hex A4 D6 C7 17 0 7 10 A2 26 4A
Octal 244 326 307 27 0 7 20 242 46 112
Binary 10100100 11010110 11000111 10111 0 111 10000 10100010 100110 1001010

Color Harmonies of #A4D6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D6C7

Black with #A4D6C7

Text Example


Text Example

White with #A4D6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D6C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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