Html Css Color HEX #A7EBD6 Ice Cold

📋 copy color: '#A7EBD6'

red 167 ◦ green 235 ◦ blue 214

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

Shades of Ice Cold #A7EBD6

Tints of Ice Cold #A7EBD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.74%

R = 27.11%
G = 38.15%
B = 34.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#A7EBD6 (or 0xA7EBD6) is known color: Ice Cold. HEX triplet: A7, EB and D6. RGB value is (167,235,214). Sum of RGB (Red+Green+Blue) = 167+235+214=616 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.11% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #A7EBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EBD6 is #581429. Grayscale: #D4D4D4. Windows color (decimal): -5772330 or 14085031. OLE color: 14085031.

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

Color convert

RGB 167 235 214 -
CMYK 0.29 0 0.09 0.08
HSL 161.47º 0.63% 0.79% -
HSV(B) 161.47º 0.29% 0.92% -
XYZ 57.78 72.49 74.56 -
YUV 212.27 128.97 95.71 -
System Red Green Blue C M Y K H S L
Decimal 167 235 214 0.29 0 0.09 0.08 161.47 0.63 0.79
Hex A7 EB D6 1D 0 9 8 A1 3F 4F
Octal 247 353 326 35 0 11 10 241 77 117
Binary 10100111 11101011 11010110 11101 0 1001 1000 10100001 111111 1001111

Color Harmonies of #A7EBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7EBD6

Black with #A7EBD6

Text Example


Text Example

White with #A7EBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7EBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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