Html Css Color HEX #A8DFD4 Scandal

📋 copy color: '#A8DFD4'

red 168 ◦ green 223 ◦ blue 212

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

Shades of Scandal #A8DFD4

Tints of Scandal #A8DFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.16%

R = 27.86%
G = 36.98%
B = 35.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#A8DFD4 (or 0xA8DFD4) is known color: Scandal. HEX triplet: A8, DF and D4. RGB value is (168,223,212). Sum of RGB (Red+Green+Blue) = 168+223+212=603 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.86% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DFD4 is #57202B. Grayscale: #CDCDCD. Windows color (decimal): -5709868 or 13950888. OLE color: 13950888.

HSL color Cylindrical-coordinate representation of color #A8DFD4: hue angle of 168º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8DFD4 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 223 212 -
CMYK 0.25 0 0.05 0.13
HSL 168º 0.46% 0.77% -
HSV(B) 168º 0.25% 0.87% -
XYZ 54.42 65.85 72.13 -
YUV 205.3 131.78 101.39 -
System Red Green Blue C M Y K H S L
Decimal 168 223 212 0.25 0 0.05 0.13 168 0.46 0.77
Hex A8 DF D4 19 0 5 D A8 2E 4D
Octal 250 337 324 31 0 5 15 250 56 115
Binary 10101000 11011111 11010100 11001 0 101 1101 10101000 101110 1001101

Color Harmonies of #A8DFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DFD4

Black with #A8DFD4

Text Example


Text Example

White with #A8DFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DFD4; }

 p { color: rgb(168,223,212); }

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

background-color css

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

 a { background-color: rgb(168,223,212); }

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

border-color css

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

 span { border-color: rgb(168,223,212); }

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