Html Css Color HEX #A7EBDB Ice Cold

📋 copy color: '#A7EBDB'

red 167 ◦ green 235 ◦ blue 219

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

Shades of Ice Cold #A7EBDB

Tints of Ice Cold #A7EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.84%

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

R = 26.89%
G = 37.84%
B = 35.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#A7EBDB (or 0xA7EBDB) is known color: Ice Cold. HEX triplet: A7, EB and DB. RGB value is (167,235,219). Sum of RGB (Red+Green+Blue) = 167+235+219=621 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.89% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #A7EBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EBDB is #581424. Grayscale: #D4D4D4. Windows color (decimal): -5772325 or 14412711. OLE color: 14412711.

HSL color Cylindrical-coordinate representation of color #A7EBDB: hue angle of 165.88º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7EBDB is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 235 219 -
CMYK 0.29 0 0.07 0.08
HSL 165.88º 0.63% 0.79% -
HSV(B) 165.88º 0.29% 0.92% -
XYZ 58.43 72.75 77.98 -
YUV 212.84 131.47 95.3 -
System Red Green Blue C M Y K H S L
Decimal 167 235 219 0.29 0 0.07 0.08 165.88 0.63 0.79
Hex A7 EB DB 1D 0 7 8 A6 3F 4F
Octal 247 353 333 35 0 7 10 246 77 117
Binary 10100111 11101011 11011011 11101 0 111 1000 10100110 111111 1001111

Color Harmonies of #A7EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7EBDB

Black with #A7EBDB

Text Example


Text Example

White with #A7EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7EBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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