Html Css Color HEX #A5DACE Scandal

📋 copy color: '#A5DACE'

red 165 ◦ green 218 ◦ blue 206

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

Shades of Scandal #A5DACE

Tints of Scandal #A5DACE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.01%

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

R = 28.01%
G = 37.01%
B = 34.97%

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

#A5DACE (or 0xA5DACE) is known color: Scandal. HEX triplet: A5, DA and CE. RGB value is (165,218,206). Sum of RGB (Red+Green+Blue) = 165+218+206=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DACE is #5A2531. Grayscale: #C8C8C8. Windows color (decimal): -5907762 or 13556389. OLE color: 13556389.

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

Color convert

RGB 165 218 206 -
CMYK 0.24 0 0.06 0.15
HSL 166.42º 0.42% 0.75% -
HSV(B) 166.42º 0.24% 0.85% -
XYZ 51.73 62.6 67.75 -
YUV 200.79 130.94 102.48 -
System Red Green Blue C M Y K H S L
Decimal 165 218 206 0.24 0 0.06 0.15 166.42 0.42 0.75
Hex A5 DA CE 18 0 6 F A6 2A 4B
Octal 245 332 316 30 0 6 17 246 52 113
Binary 10100101 11011010 11001110 11000 0 110 1111 10100110 101010 1001011

Color Harmonies of #A5DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DACE

Black with #A5DACE

Text Example


Text Example

White with #A5DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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