Html Css Color HEX #A7EDD9 Ice Cold

📋 copy color: '#A7EDD9'

red 167 ◦ green 237 ◦ blue 217

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

Shades of Ice Cold #A7EDD9

Tints of Ice Cold #A7EDD9

RGB

 RED value IS 167 (65.63% from 255) = 26.89%

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

 BLUE value IS 217 (85.16% from 255) = 34.94%

R = 26.89%
G = 38.16%
B = 34.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#A7EDD9 (or 0xA7EDD9) is known color: Ice Cold. HEX triplet: A7, ED and D9. RGB value is (167,237,217). Sum of RGB (Red+Green+Blue) = 167+237+217=621 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.89% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #A7EDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EDD9 is #581226. Grayscale: #D5D5D5. Windows color (decimal): -5771815 or 14282151. OLE color: 14282151.

HSL color Cylindrical-coordinate representation of color #A7EDD9: hue angle of 162.86º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EDD9 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 237 217 -
CMYK 0.30 0 0.08 0.07
HSL 162.86º 0.66% 0.79% -
HSV(B) 162.86º 0.3% 0.93% -
XYZ 58.74 73.79 76.79 -
YUV 213.79 129.81 94.63 -
System Red Green Blue C M Y K H S L
Decimal 167 237 217 0.30 0 0.08 0.07 162.86 0.66 0.79
Hex A7 ED D9 1E 0 8 7 A3 42 4F
Octal 247 355 331 36 0 10 7 243 102 117
Binary 10100111 11101101 11011001 11110 0 1000 111 10100011 1000010 1001111

Color Harmonies of #A7EDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7EDD9

Black with #A7EDD9

Text Example


Text Example

White with #A7EDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7EDD9; }

 p { color: rgb(167,237,217); }

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

background-color css

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

 a { background-color: rgb(167,237,217); }

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

border-color css

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

 span { border-color: rgb(167,237,217); }

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