Html Css Color HEX #A5D9CF Scandal

📋 copy color: '#A5D9CF'

red 165 ◦ green 217 ◦ blue 207

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

Shades of Scandal #A5D9CF

Tints of Scandal #A5D9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.14%

R = 28.01%
G = 36.84%
B = 35.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#A5D9CF (or 0xA5D9CF) is known color: Scandal. HEX triplet: A5, D9 and CF. RGB value is (165,217,207). Sum of RGB (Red+Green+Blue) = 165+217+207=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D9CF is #5A2630. Grayscale: #C8C8C8. Windows color (decimal): -5908017 or 13621669. OLE color: 13621669.

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

Color convert

RGB 165 217 207 -
CMYK 0.24 0 0.05 0.15
HSL 168.46º 0.41% 0.75% -
HSV(B) 168.46º 0.24% 0.85% -
XYZ 51.59 62.13 68.3 -
YUV 200.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 165 217 207 0.24 0 0.05 0.15 168.46 0.41 0.75
Hex A5 D9 CF 18 0 5 F A8 29 4B
Octal 245 331 317 30 0 5 17 250 51 113
Binary 10100101 11011001 11001111 11000 0 101 1111 10101000 101001 1001011

Color Harmonies of #A5D9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D9CF

Black with #A5D9CF

Text Example


Text Example

White with #A5D9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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