Html Css Color HEX #A7EDDE Ice Cold

📋 copy color: '#A7EDDE'

red 167 ◦ green 237 ◦ blue 222

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

Shades of Ice Cold #A7EDDE

Tints of Ice Cold #A7EDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.46%

R = 26.68%
G = 37.86%
B = 35.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#A7EDDE (or 0xA7EDDE) is known color: Ice Cold. HEX triplet: A7, ED and DE. RGB value is (167,237,222). Sum of RGB (Red+Green+Blue) = 167+237+222=626 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.68% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #A7EDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EDDE is #581221. Grayscale: #D6D6D6. Windows color (decimal): -5771810 or 14609831. OLE color: 14609831.

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

Color convert

RGB 167 237 222 -
CMYK 0.30 0 0.06 0.07
HSL 167.14º 0.66% 0.79% -
HSV(B) 167.14º 0.3% 0.93% -
XYZ 59.41 74.06 80.27 -
YUV 214.36 132.31 94.22 -
System Red Green Blue C M Y K H S L
Decimal 167 237 222 0.30 0 0.06 0.07 167.14 0.66 0.79
Hex A7 ED DE 1E 0 6 7 A7 42 4F
Octal 247 355 336 36 0 6 7 247 102 117
Binary 10100111 11101101 11011110 11110 0 110 111 10100111 1000010 1001111

Color Harmonies of #A7EDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7EDDE

Black with #A7EDDE

Text Example


Text Example

White with #A7EDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7EDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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