Html Css Color HEX #A3EADC Ice Cold

📋 copy color: '#A3EADC'

red 163 ◦ green 234 ◦ blue 220

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

Shades of Ice Cold #A3EADC

Tints of Ice Cold #A3EADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.93%

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

R = 26.42%
G = 37.93%
B = 35.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#A3EADC (or 0xA3EADC) is known color: Ice Cold. HEX triplet: A3, EA and DC. RGB value is (163,234,220). Sum of RGB (Red+Green+Blue) = 163+234+220=617 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.42% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EADC is #5C1523. Grayscale: #D3D3D3. Windows color (decimal): -6034724 or 14477987. OLE color: 14477987.

HSL color Cylindrical-coordinate representation of color #A3EADC: hue angle of 168.17º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3EADC is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 234 220 -
CMYK 0.30 0 0.06 0.08
HSL 168.17º 0.63% 0.78% -
HSV(B) 168.17º 0.3% 0.92% -
XYZ 57.45 71.8 78.54 -
YUV 211.18 132.98 93.64 -
System Red Green Blue C M Y K H S L
Decimal 163 234 220 0.30 0 0.06 0.08 168.17 0.63 0.78
Hex A3 EA DC 1E 0 6 8 A8 3F 4E
Octal 243 352 334 36 0 6 10 250 77 116
Binary 10100011 11101010 11011100 11110 0 110 1000 10101000 111111 1001110

Color Harmonies of #A3EADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EADC

Black with #A3EADC

Text Example


Text Example

White with #A3EADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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