Html Css Color HEX #A4DFD2 Scandal

📋 copy color: '#A4DFD2'

red 164 ◦ green 223 ◦ blue 210

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

Shades of Scandal #A4DFD2

Tints of Scandal #A4DFD2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.35%

 BLUE value IS 210 (82.42% from 255) = 35.18%

R = 27.47%
G = 37.35%
B = 35.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#A4DFD2 (or 0xA4DFD2) is known color: Scandal. HEX triplet: A4, DF and D2. RGB value is (164,223,210). Sum of RGB (Red+Green+Blue) = 164+223+210=597 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.47% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DFD2 is #5B202D. Grayscale: #CBCBCB. Windows color (decimal): -5972014 or 13819812. OLE color: 13819812.

HSL color Cylindrical-coordinate representation of color #A4DFD2: hue angle of 166.78º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DFD2 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 223 210 -
CMYK 0.26 0 0.06 0.13
HSL 166.78º 0.48% 0.76% -
HSV(B) 166.78º 0.26% 0.87% -
XYZ 53.33 65.32 70.77 -
YUV 203.88 131.45 99.56 -
System Red Green Blue C M Y K H S L
Decimal 164 223 210 0.26 0 0.06 0.13 166.78 0.48 0.76
Hex A4 DF D2 1A 0 6 D A7 30 4C
Octal 244 337 322 32 0 6 15 247 60 114
Binary 10100100 11011111 11010010 11010 0 110 1101 10100111 110000 1001100

Color Harmonies of #A4DFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DFD2

Black with #A4DFD2

Text Example


Text Example

White with #A4DFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DFD2; }

 p { color: rgb(164,223,210); }

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

background-color css

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

 a { background-color: rgb(164,223,210); }

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

border-color css

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

 span { border-color: rgb(164,223,210); }

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