Html Css Color HEX #A7DFCD Ice Cold

📋 copy color: '#A7DFCD'

red 167 ◦ green 223 ◦ blue 205

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

Shades of Ice Cold #A7DFCD

Tints of Ice Cold #A7DFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.48%

 BLUE value IS 205 (80.47% from 255) = 34.45%

R = 28.07%
G = 37.48%
B = 34.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#A7DFCD (or 0xA7DFCD) is known color: Ice Cold. HEX triplet: A7, DF and CD. RGB value is (167,223,205). Sum of RGB (Red+Green+Blue) = 167+223+205=595 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.07% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DFCD is #582032. Grayscale: #CCCCCC. Windows color (decimal): -5775411 or 13492135. OLE color: 13492135.

HSL color Cylindrical-coordinate representation of color #A7DFCD: hue angle of 160.71º degrees, saturation: 0.47, 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 #A7DFCD is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 223 205 -
CMYK 0.25 0 0.08 0.13
HSL 160.71º 0.47% 0.76% -
HSV(B) 160.71º 0.25% 0.87% -
XYZ 53.34 65.4 67.57 -
YUV 204.2 128.45 101.46 -
System Red Green Blue C M Y K H S L
Decimal 167 223 205 0.25 0 0.08 0.13 160.71 0.47 0.76
Hex A7 DF CD 19 0 8 D A1 2F 4C
Octal 247 337 315 31 0 10 15 241 57 114
Binary 10100111 11011111 11001101 11001 0 1000 1101 10100001 101111 1001100

Color Harmonies of #A7DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DFCD

Black with #A7DFCD

Text Example


Text Example

White with #A7DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DFCD; }

 p { color: rgb(167,223,205); }

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

background-color css

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

 a { background-color: rgb(167,223,205); }

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

border-color css

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

 span { border-color: rgb(167,223,205); }

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