Html Css Color HEX #A5D8C8 Scandal

📋 copy color: '#A5D8C8'

red 165 ◦ green 216 ◦ blue 200

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

Shades of Scandal #A5D8C8

Tints of Scandal #A5D8C8

RGB

 RED value IS 165 (64.84% from 255) = 28.4%

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

 BLUE value IS 200 (78.52% from 255) = 34.42%

R = 28.4%
G = 37.18%
B = 34.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#A5D8C8 (or 0xA5D8C8) is known color: Scandal. HEX triplet: A5, D8 and C8. RGB value is (165,216,200). Sum of RGB (Red+Green+Blue) = 165+216+200=581 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.40% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D8C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D8C8 is #5A2737. Grayscale: #C6C6C6. Windows color (decimal): -5908280 or 13162661. OLE color: 13162661.

HSL color Cylindrical-coordinate representation of color #A5D8C8: hue angle of 161.18º 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 #A5D8C8 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 216 200 -
CMYK 0.24 0 0.07 0.15
HSL 161.18º 0.4% 0.75% -
HSV(B) 161.18º 0.24% 0.85% -
XYZ 50.5 61.28 63.81 -
YUV 198.93 128.6 103.8 -
System Red Green Blue C M Y K H S L
Decimal 165 216 200 0.24 0 0.07 0.15 161.18 0.4 0.75
Hex A5 D8 C8 18 0 7 F A1 28 4B
Octal 245 330 310 30 0 7 17 241 50 113
Binary 10100101 11011000 11001000 11000 0 111 1111 10100001 101000 1001011

Color Harmonies of #A5D8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D8C8

Black with #A5D8C8

Text Example


Text Example

White with #A5D8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D8C8; }

 p { color: rgb(165,216,200); }

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

background-color css

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

 a { background-color: rgb(165,216,200); }

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

border-color css

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

 span { border-color: rgb(165,216,200); }

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