Html Css Color HEX #A7EDDB Ice Cold

📋 copy color: '#A7EDDB'

red 167 ◦ green 237 ◦ blue 219

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

Shades of Ice Cold #A7EDDB

Tints of Ice Cold #A7EDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.15%

R = 26.81%
G = 38.04%
B = 35.15%

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

#A7EDDB (or 0xA7EDDB) is known color: Ice Cold. HEX triplet: A7, ED and DB. RGB value is (167,237,219). Sum of RGB (Red+Green+Blue) = 167+237+219=623 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.81% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #A7EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EDDB is #581224. Grayscale: #D6D6D6. Windows color (decimal): -5771813 or 14413223. OLE color: 14413223.

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

Color convert

RGB 167 237 219 -
CMYK 0.30 0 0.08 0.07
HSL 164.57º 0.66% 0.79% -
HSV(B) 164.57º 0.3% 0.93% -
XYZ 59.01 73.9 78.17 -
YUV 214.02 130.81 94.46 -
System Red Green Blue C M Y K H S L
Decimal 167 237 219 0.30 0 0.08 0.07 164.57 0.66 0.79
Hex A7 ED DB 1E 0 8 7 A5 42 4F
Octal 247 355 333 36 0 10 7 245 102 117
Binary 10100111 11101101 11011011 11110 0 1000 111 10100101 1000010 1001111

Color Harmonies of #A7EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7EDDB

Black with #A7EDDB

Text Example


Text Example

White with #A7EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7EDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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