Html Css Color HEX #A2EFE0 Ice Cold

📋 copy color: '#A2EFE0'

red 162 ◦ green 239 ◦ blue 224

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

Shades of Ice Cold #A2EFE0

Tints of Ice Cold #A2EFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.84%

R = 25.92%
G = 38.24%
B = 35.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#A2EFE0 (or 0xA2EFE0) is known color: Ice Cold. HEX triplet: A2, EF and E0. RGB value is (162,239,224). Sum of RGB (Red+Green+Blue) = 162+239+224=625 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.92% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EFE0 is #5D101F. Grayscale: #D6D6D6. Windows color (decimal): -6098976 or 14741410. OLE color: 14741410.

HSL color Cylindrical-coordinate representation of color #A2EFE0: hue angle of 168.31º degrees, saturation: 0.71, 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 #A2EFE0 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 239 224 -
CMYK 0.32 0 0.06 0.06
HSL 168.31º 0.71% 0.79% -
HSV(B) 168.31º 0.32% 0.94% -
XYZ 59.22 74.8 81.84 -
YUV 214.27 133.49 90.72 -
System Red Green Blue C M Y K H S L
Decimal 162 239 224 0.32 0 0.06 0.06 168.31 0.71 0.79
Hex A2 EF E0 20 0 6 6 A8 47 4F
Octal 242 357 340 40 0 6 6 250 107 117
Binary 10100010 11101111 11100000 100000 0 110 110 10101000 1000111 1001111

Color Harmonies of #A2EFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EFE0

Black with #A2EFE0

Text Example


Text Example

White with #A2EFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EFE0; }

 p { color: rgb(162,239,224); }

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

background-color css

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

 a { background-color: rgb(162,239,224); }

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

border-color css

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

 span { border-color: rgb(162,239,224); }

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