Html Css Color HEX #A5DCCC Scandal

📋 copy color: '#A5DCCC'

red 165 ◦ green 220 ◦ blue 204

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

Shades of Scandal #A5DCCC

Tints of Scandal #A5DCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.35%

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

R = 28.01%
G = 37.35%
B = 34.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#A5DCCC (or 0xA5DCCC) is known color: Scandal. HEX triplet: A5, DC and CC. RGB value is (165,220,204). Sum of RGB (Red+Green+Blue) = 165+220+204=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DCCC is #5A2333. Grayscale: #C9C9C9. Windows color (decimal): -5907252 or 13425829. OLE color: 13425829.

HSL color Cylindrical-coordinate representation of color #A5DCCC: hue angle of 162.55º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DCCC is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 220 204 -
CMYK 0.25 0 0.07 0.14
HSL 162.55º 0.44% 0.75% -
HSV(B) 162.55º 0.25% 0.86% -
XYZ 52.01 63.55 66.65 -
YUV 201.73 129.28 101.8 -
System Red Green Blue C M Y K H S L
Decimal 165 220 204 0.25 0 0.07 0.14 162.55 0.44 0.75
Hex A5 DC CC 19 0 7 E A3 2C 4B
Octal 245 334 314 31 0 7 16 243 54 113
Binary 10100101 11011100 11001100 11001 0 111 1110 10100011 101100 1001011

Color Harmonies of #A5DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DCCC

Black with #A5DCCC

Text Example


Text Example

White with #A5DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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