Html Css Color HEX #A5DCCE Scandal

📋 copy color: '#A5DCCE'

red 165 ◦ green 220 ◦ blue 206

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

Shades of Scandal #A5DCCE

Tints of Scandal #A5DCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.86%

R = 27.92%
G = 37.23%
B = 34.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#A5DCCE (or 0xA5DCCE) is known color: Scandal. HEX triplet: A5, DC and CE. RGB value is (165,220,206). Sum of RGB (Red+Green+Blue) = 165+220+206=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DCCE is #5A2331. Grayscale: #C9C9C9. Windows color (decimal): -5907250 or 13556901. OLE color: 13556901.

HSL color Cylindrical-coordinate representation of color #A5DCCE: hue angle of 164.73º 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 #A5DCCE is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 220 206 -
CMYK 0.25 0 0.06 0.14
HSL 164.73º 0.44% 0.75% -
HSV(B) 164.73º 0.25% 0.86% -
XYZ 52.25 63.64 67.92 -
YUV 201.96 130.28 101.64 -
System Red Green Blue C M Y K H S L
Decimal 165 220 206 0.25 0 0.06 0.14 164.73 0.44 0.75
Hex A5 DC CE 19 0 6 E A5 2C 4B
Octal 245 334 316 31 0 6 16 245 54 113
Binary 10100101 11011100 11001110 11001 0 110 1110 10100101 101100 1001011

Color Harmonies of #A5DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DCCE

Black with #A5DCCE

Text Example


Text Example

White with #A5DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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