Html Css Color HEX #A8E0DA Scandal

📋 copy color: '#A8E0DA'

red 168 ◦ green 224 ◦ blue 218

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

Shades of Scandal #A8E0DA

Tints of Scandal #A8E0DA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.72%

 BLUE value IS 218 (85.55% from 255) = 35.74%

R = 27.54%
G = 36.72%
B = 35.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#A8E0DA (or 0xA8E0DA) is known color: Scandal. HEX triplet: A8, E0 and DA. RGB value is (168,224,218). Sum of RGB (Red+Green+Blue) = 168+224+218=610 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.54% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E0DA is #571F25. Grayscale: #CECECE. Windows color (decimal): -5709606 or 14344360. OLE color: 14344360.

HSL color Cylindrical-coordinate representation of color #A8E0DA: hue angle of 173.57º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8E0DA is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 224 218 -
CMYK 0.25 0 0.03 0.12
HSL 173.57º 0.47% 0.77% -
HSV(B) 173.57º 0.25% 0.88% -
XYZ 55.46 66.7 76.28 -
YUV 206.57 134.45 100.49 -
System Red Green Blue C M Y K H S L
Decimal 168 224 218 0.25 0 0.03 0.12 173.57 0.47 0.77
Hex A8 E0 DA 19 0 3 C AE 2F 4D
Octal 250 340 332 31 0 3 14 256 57 115
Binary 10101000 11100000 11011010 11001 0 11 1100 10101110 101111 1001101

Color Harmonies of #A8E0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E0DA

Black with #A8E0DA

Text Example


Text Example

White with #A8E0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E0DA; }

 p { color: rgb(168,224,218); }

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

background-color css

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

 a { background-color: rgb(168,224,218); }

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

border-color css

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

 span { border-color: rgb(168,224,218); }

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