Html Css Color HEX #A7EDDD Ice Cold

📋 copy color: '#A7EDDD'

red 167 ◦ green 237 ◦ blue 221

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

Shades of Ice Cold #A7EDDD

Tints of Ice Cold #A7EDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.36%

R = 26.72%
G = 37.92%
B = 35.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#A7EDDD (or 0xA7EDDD) is known color: Ice Cold. HEX triplet: A7, ED and DD. RGB value is (167,237,221). Sum of RGB (Red+Green+Blue) = 167+237+221=625 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.72% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #A7EDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EDDD is #581222. Grayscale: #D6D6D6. Windows color (decimal): -5771811 or 14544295. OLE color: 14544295.

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

Color convert

RGB 167 237 221 -
CMYK 0.30 0 0.07 0.07
HSL 166.29º 0.66% 0.79% -
HSV(B) 166.29º 0.3% 0.93% -
XYZ 59.27 74 79.57 -
YUV 214.25 131.81 94.3 -
System Red Green Blue C M Y K H S L
Decimal 167 237 221 0.30 0 0.07 0.07 166.29 0.66 0.79
Hex A7 ED DD 1E 0 7 7 A6 42 4F
Octal 247 355 335 36 0 7 7 246 102 117
Binary 10100111 11101101 11011101 11110 0 111 111 10100110 1000010 1001111

Color Harmonies of #A7EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7EDDD

Black with #A7EDDD

Text Example


Text Example

White with #A7EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7EDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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