Html Css Color HEX #A5EFDC Ice Cold

📋 copy color: '#A5EFDC'

red 165 ◦ green 239 ◦ blue 220

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

Shades of Ice Cold #A5EFDC

Tints of Ice Cold #A5EFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.3%

 BLUE value IS 220 (86.33% from 255) = 35.26%

R = 26.44%
G = 38.3%
B = 35.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#A5EFDC (or 0xA5EFDC) is known color: Ice Cold. HEX triplet: A5, EF and DC. RGB value is (165,239,220). Sum of RGB (Red+Green+Blue) = 165+239+220=624 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.44% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #A5EFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EFDC is #5A1023. Grayscale: #D6D6D6. Windows color (decimal): -5902372 or 14479269. OLE color: 14479269.

HSL color Cylindrical-coordinate representation of color #A5EFDC: hue angle of 164.59º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5EFDC is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 239 220 -
CMYK 0.31 0 0.08 0.06
HSL 164.59º 0.7% 0.79% -
HSV(B) 164.59º 0.31% 0.94% -
XYZ 59.3 74.9 79.04 -
YUV 214.71 130.98 92.54 -
System Red Green Blue C M Y K H S L
Decimal 165 239 220 0.31 0 0.08 0.06 164.59 0.7 0.79
Hex A5 EF DC 1F 0 8 6 A5 46 4F
Octal 245 357 334 37 0 10 6 245 106 117
Binary 10100101 11101111 11011100 11111 0 1000 110 10100101 1000110 1001111

Color Harmonies of #A5EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EFDC

Black with #A5EFDC

Text Example


Text Example

White with #A5EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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