Html Css Color HEX #A7DECB Ice Cold

📋 copy color: '#A7DECB'

red 167 ◦ green 222 ◦ blue 203

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

Shades of Ice Cold #A7DECB

Tints of Ice Cold #A7DECB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.5%

 BLUE value IS 203 (79.69% from 255) = 34.29%

R = 28.21%
G = 37.5%
B = 34.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#A7DECB (or 0xA7DECB) is known color: Ice Cold. HEX triplet: A7, DE and CB. RGB value is (167,222,203). Sum of RGB (Red+Green+Blue) = 167+222+203=592 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.21% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 222 - color contains mainly: green. Hex color #A7DECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DECB is #582134. Grayscale: #CBCBCB. Windows color (decimal): -5775669 or 13360807. OLE color: 13360807.

HSL color Cylindrical-coordinate representation of color #A7DECB: hue angle of 159.27º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7DECB is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 222 203 -
CMYK 0.25 0 0.09 0.13
HSL 159.27º 0.45% 0.76% -
HSV(B) 159.27º 0.25% 0.87% -
XYZ 52.84 64.77 66.22 -
YUV 203.39 127.78 102.04 -
System Red Green Blue C M Y K H S L
Decimal 167 222 203 0.25 0 0.09 0.13 159.27 0.45 0.76
Hex A7 DE CB 19 0 9 D 9F 2D 4C
Octal 247 336 313 31 0 11 15 237 55 114
Binary 10100111 11011110 11001011 11001 0 1001 1101 10011111 101101 1001100

Color Harmonies of #A7DECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DECB

Black with #A7DECB

Text Example


Text Example

White with #A7DECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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