Html Css Color HEX #A5DFC9 Ice Cold

📋 copy color: '#A5DFC9'

red 165 ◦ green 223 ◦ blue 201

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

Shades of Ice Cold #A5DFC9

Tints of Ice Cold #A5DFC9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.86%

 BLUE value IS 201 (78.91% from 255) = 34.13%

R = 28.01%
G = 37.86%
B = 34.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#A5DFC9 (or 0xA5DFC9) is known color: Ice Cold. HEX triplet: A5, DF and C9. RGB value is (165,223,201). Sum of RGB (Red+Green+Blue) = 165+223+201=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFC9 is #5A2036. Grayscale: #CBCBCB. Windows color (decimal): -5906487 or 13229989. OLE color: 13229989.

HSL color Cylindrical-coordinate representation of color #A5DFC9: hue angle of 157.24º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DFC9 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 223 201 -
CMYK 0.26 0 0.10 0.13
HSL 157.24º 0.48% 0.76% -
HSV(B) 157.24º 0.26% 0.87% -
XYZ 52.45 64.99 65.04 -
YUV 203.15 126.78 100.79 -
System Red Green Blue C M Y K H S L
Decimal 165 223 201 0.26 0 0.10 0.13 157.24 0.48 0.76
Hex A5 DF C9 1A 0 A D 9D 30 4C
Octal 245 337 311 32 0 12 15 235 60 114
Binary 10100101 11011111 11001001 11010 0 1010 1101 10011101 110000 1001100

Color Harmonies of #A5DFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DFC9

Black with #A5DFC9

Text Example


Text Example

White with #A5DFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DFC9; }

 p { color: rgb(165,223,201); }

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

background-color css

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

 a { background-color: rgb(165,223,201); }

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

border-color css

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

 span { border-color: rgb(165,223,201); }

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