Html Css Color HEX #A5D9CC Scandal

📋 copy color: '#A5D9CC'

red 165 ◦ green 217 ◦ blue 204

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

Shades of Scandal #A5D9CC

Tints of Scandal #A5D9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.03%

 BLUE value IS 204 (80.08% from 255) = 34.81%

R = 28.16%
G = 37.03%
B = 34.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#A5D9CC (or 0xA5D9CC) is known color: Scandal. HEX triplet: A5, D9 and CC. RGB value is (165,217,204). Sum of RGB (Red+Green+Blue) = 165+217+204=586 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.16% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D9CC is #5A2633. Grayscale: #C7C7C7. Windows color (decimal): -5908020 or 13425061. OLE color: 13425061.

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

Color convert

RGB 165 217 204 -
CMYK 0.24 0 0.06 0.15
HSL 165º 0.41% 0.75% -
HSV(B) 165º 0.24% 0.85% -
XYZ 51.23 61.98 66.39 -
YUV 199.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 165 217 204 0.24 0 0.06 0.15 165 0.41 0.75
Hex A5 D9 CC 18 0 6 F A5 29 4B
Octal 245 331 314 30 0 6 17 245 51 113
Binary 10100101 11011001 11001100 11000 0 110 1111 10100101 101001 1001011

Color Harmonies of #A5D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D9CC

Black with #A5D9CC

Text Example


Text Example

White with #A5D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D9CC; }

 p { color: rgb(165,217,204); }

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

background-color css

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

 a { background-color: rgb(165,217,204); }

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

border-color css

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

 span { border-color: rgb(165,217,204); }

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