Html Css Color HEX #A3EFDC Ice Cold

📋 copy color: '#A3EFDC'

red 163 ◦ green 239 ◦ blue 220

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

Shades of Ice Cold #A3EFDC

Tints of Ice Cold #A3EFDC

RGB

 RED value IS 163 (64.06% from 255) = 26.21%

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

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

R = 26.21%
G = 38.42%
B = 35.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#A3EFDC (or 0xA3EFDC) is known color: Ice Cold. HEX triplet: A3, EF and DC. RGB value is (163,239,220). Sum of RGB (Red+Green+Blue) = 163+239+220=622 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.21% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #A3EFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EFDC is #5C1023. Grayscale: #D6D6D6. Windows color (decimal): -6033444 or 14479267. OLE color: 14479267.

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

Color convert

RGB 163 239 220 -
CMYK 0.32 0 0.08 0.06
HSL 165º 0.7% 0.79% -
HSV(B) 165º 0.32% 0.94% -
XYZ 58.89 74.69 79.02 -
YUV 214.11 131.32 91.54 -
System Red Green Blue C M Y K H S L
Decimal 163 239 220 0.32 0 0.08 0.06 165 0.7 0.79
Hex A3 EF DC 20 0 8 6 A5 46 4F
Octal 243 357 334 40 0 10 6 245 106 117
Binary 10100011 11101111 11011100 100000 0 1000 110 10100101 1000110 1001111

Color Harmonies of #A3EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EFDC

Black with #A3EFDC

Text Example


Text Example

White with #A3EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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