Html Css Color HEX #AADFCF Ice Cold

📋 copy color: '#AADFCF'

red 170 ◦ green 223 ◦ blue 207

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

Shades of Ice Cold #AADFCF

Tints of Ice Cold #AADFCF

RGB

 RED value IS 170 (66.8% from 255) = 28.33%

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

 BLUE value IS 207 (81.25% from 255) = 34.5%

R = 28.33%
G = 37.17%
B = 34.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#AADFCF (or 0xAADFCF) is known color: Ice Cold. HEX triplet: AA, DF and CF. RGB value is (170,223,207). Sum of RGB (Red+Green+Blue) = 170+223+207=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFCF is #552030. Grayscale: #CDCDCD. Windows color (decimal): -5578801 or 13623210. OLE color: 13623210.

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

Color convert

RGB 170 223 207 -
CMYK 0.24 0 0.07 0.13
HSL 161.89º 0.45% 0.77% -
HSV(B) 161.89º 0.24% 0.87% -
XYZ 54.23 65.83 68.88 -
YUV 205.33 128.94 102.8 -
System Red Green Blue C M Y K H S L
Decimal 170 223 207 0.24 0 0.07 0.13 161.89 0.45 0.77
Hex AA DF CF 18 0 7 D A2 2D 4D
Octal 252 337 317 30 0 7 15 242 55 115
Binary 10101010 11011111 11001111 11000 0 111 1101 10100010 101101 1001101

Color Harmonies of #AADFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADFCF

Black with #AADFCF

Text Example


Text Example

White with #AADFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADFCF; }

 p { color: rgb(170,223,207); }

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

background-color css

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

 a { background-color: rgb(170,223,207); }

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

border-color css

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

 span { border-color: rgb(170,223,207); }

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