Html Css Color HEX #A2EBDB Ice Cold

📋 copy color: '#A2EBDB'

red 162 ◦ green 235 ◦ blue 219

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

Shades of Ice Cold #A2EBDB

Tints of Ice Cold #A2EBDB

RGB

 RED value IS 162 (63.67% from 255) = 26.3%

 GREEN value IS 235 (92.19% from 255) = 38.15%

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

R = 26.3%
G = 38.15%
B = 35.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#A2EBDB (or 0xA2EBDB) is known color: Ice Cold. HEX triplet: A2, EB and DB. RGB value is (162,235,219). Sum of RGB (Red+Green+Blue) = 162+235+219=616 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.30% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EBDB is #5D1424. Grayscale: #D3D3D3. Windows color (decimal): -6100005 or 14412706. OLE color: 14412706.

HSL color Cylindrical-coordinate representation of color #A2EBDB: hue angle of 166.85º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2EBDB is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 235 219 -
CMYK 0.31 0 0.07 0.08
HSL 166.85º 0.65% 0.78% -
HSV(B) 166.85º 0.31% 0.92% -
XYZ 57.39 72.21 77.93 -
YUV 211.35 132.32 92.8 -
System Red Green Blue C M Y K H S L
Decimal 162 235 219 0.31 0 0.07 0.08 166.85 0.65 0.78
Hex A2 EB DB 1F 0 7 8 A7 41 4E
Octal 242 353 333 37 0 7 10 247 101 116
Binary 10100010 11101011 11011011 11111 0 111 1000 10100111 1000001 1001110

Color Harmonies of #A2EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EBDB

Black with #A2EBDB

Text Example


Text Example

White with #A2EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EBDB; }

 p { color: rgb(162,235,219); }

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

background-color css

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

 a { background-color: rgb(162,235,219); }

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

border-color css

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

 span { border-color: rgb(162,235,219); }

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