Html Css Color HEX #A4EDD8 Ice Cold

📋 copy color: '#A4EDD8'

red 164 ◦ green 237 ◦ blue 216

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

Shades of Ice Cold #A4EDD8

Tints of Ice Cold #A4EDD8

RGB

 RED value IS 164 (64.45% from 255) = 26.58%

 GREEN value IS 237 (92.97% from 255) = 38.41%

 BLUE value IS 216 (84.77% from 255) = 35.01%

R = 26.58%
G = 38.41%
B = 35.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#A4EDD8 (or 0xA4EDD8) is known color: Ice Cold. HEX triplet: A4, ED and D8. RGB value is (164,237,216). Sum of RGB (Red+Green+Blue) = 164+237+216=617 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.58% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 216 (84.77% from 255 or 35.01% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EDD8 is #5B1227. Grayscale: #D4D4D4. Windows color (decimal): -5968424 or 14216612. OLE color: 14216612.

HSL color Cylindrical-coordinate representation of color #A4EDD8: hue angle of 162.74º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EDD8 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 237 216 -
CMYK 0.31 0 0.09 0.07
HSL 162.74º 0.67% 0.79% -
HSV(B) 162.74º 0.31% 0.93% -
XYZ 57.99 73.42 76.08 -
YUV 212.78 129.82 93.21 -
System Red Green Blue C M Y K H S L
Decimal 164 237 216 0.31 0 0.09 0.07 162.74 0.67 0.79
Hex A4 ED D8 1F 0 9 7 A3 43 4F
Octal 244 355 330 37 0 11 7 243 103 117
Binary 10100100 11101101 11011000 11111 0 1001 111 10100011 1000011 1001111

Color Harmonies of #A4EDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EDD8

Black with #A4EDD8

Text Example


Text Example

White with #A4EDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EDD8; }

 p { color: rgb(164,237,216); }

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

background-color css

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

 a { background-color: rgb(164,237,216); }

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

border-color css

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

 span { border-color: rgb(164,237,216); }

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