Html Css Color HEX #ADE7DF Ice Cold

📋 copy color: '#ADE7DF'

red 173 ◦ green 231 ◦ blue 223

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

Shades of Ice Cold #ADE7DF

Tints of Ice Cold #ADE7DF

RGB

 RED value IS 173 (67.97% from 255) = 27.59%

 GREEN value IS 231 (90.63% from 255) = 36.84%

 BLUE value IS 223 (87.5% from 255) = 35.57%

R = 27.59%
G = 36.84%
B = 35.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#ADE7DF (or 0xADE7DF) is known color: Ice Cold. HEX triplet: AD, E7 and DF. RGB value is (173,231,223). Sum of RGB (Red+Green+Blue) = 173+231+223=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7DF is #521820. Grayscale: #D4D4D4. Windows color (decimal): -5380129 or 14673837. OLE color: 14673837.

HSL color Cylindrical-coordinate representation of color #ADE7DF: hue angle of 171.72º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE7DF is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 231 223 -
CMYK 0.25 0 0.03 0.09
HSL 171.72º 0.55% 0.79% -
HSV(B) 171.72º 0.25% 0.91% -
XYZ 59.13 71.36 80.47 -
YUV 212.75 133.78 99.65 -
System Red Green Blue C M Y K H S L
Decimal 173 231 223 0.25 0 0.03 0.09 171.72 0.55 0.79
Hex AD E7 DF 19 0 3 9 AC 37 4F
Octal 255 347 337 31 0 3 11 254 67 117
Binary 10101101 11100111 11011111 11001 0 11 1001 10101100 110111 1001111

Color Harmonies of #ADE7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE7DF

Black with #ADE7DF

Text Example


Text Example

White with #ADE7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE7DF; }

 p { color: rgb(173,231,223); }

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

background-color css

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

 a { background-color: rgb(173,231,223); }

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

border-color css

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

 span { border-color: rgb(173,231,223); }

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