Html Css Color HEX #A3EADB Ice Cold

📋 copy color: '#A3EADB'

red 163 ◦ green 234 ◦ blue 219

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

Shades of Ice Cold #A3EADB

Tints of Ice Cold #A3EADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.55%

R = 26.46%
G = 37.99%
B = 35.55%

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

#A3EADB (or 0xA3EADB) is known color: Ice Cold. HEX triplet: A3, EA and DB. RGB value is (163,234,219). Sum of RGB (Red+Green+Blue) = 163+234+219=616 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.46% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EADB is #5C1524. Grayscale: #D3D3D3. Windows color (decimal): -6034725 or 14412451. OLE color: 14412451.

HSL color Cylindrical-coordinate representation of color #A3EADB: hue angle of 167.32º 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 #A3EADB is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 234 219 -
CMYK 0.30 0 0.06 0.08
HSL 167.32º 0.63% 0.78% -
HSV(B) 167.32º 0.3% 0.92% -
XYZ 57.31 71.75 77.85 -
YUV 211.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 163 234 219 0.30 0 0.06 0.08 167.32 0.63 0.78
Hex A3 EA DB 1E 0 6 8 A7 3F 4E
Octal 243 352 333 36 0 6 10 247 77 116
Binary 10100011 11101010 11011011 11110 0 110 1000 10100111 111111 1001110

Color Harmonies of #A3EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EADB

Black with #A3EADB

Text Example


Text Example

White with #A3EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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