Html Css Color HEX #A7EBDD Ice Cold

📋 copy color: '#A7EBDD'

red 167 ◦ green 235 ◦ blue 221

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

Shades of Ice Cold #A7EBDD

Tints of Ice Cold #A7EBDD

RGB

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

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

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

R = 26.81%
G = 37.72%
B = 35.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#A7EBDD (or 0xA7EBDD) is known color: Ice Cold. HEX triplet: A7, EB and DD. RGB value is (167,235,221). Sum of RGB (Red+Green+Blue) = 167+235+221=623 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.81% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #A7EBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EBDD is #581422. Grayscale: #D5D5D5. Windows color (decimal): -5772323 or 14543783. OLE color: 14543783.

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

Color convert

RGB 167 235 221 -
CMYK 0.29 0 0.06 0.08
HSL 167.65º 0.63% 0.79% -
HSV(B) 167.65º 0.29% 0.92% -
XYZ 58.7 72.85 79.37 -
YUV 213.07 132.47 95.14 -
System Red Green Blue C M Y K H S L
Decimal 167 235 221 0.29 0 0.06 0.08 167.65 0.63 0.79
Hex A7 EB DD 1D 0 6 8 A8 3F 4F
Octal 247 353 335 35 0 6 10 250 77 117
Binary 10100111 11101011 11011101 11101 0 110 1000 10101000 111111 1001111

Color Harmonies of #A7EBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7EBDD

Black with #A7EBDD

Text Example


Text Example

White with #A7EBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7EBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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