Html Css Color HEX #ADE8DA Ice Cold

📋 copy color: '#ADE8DA'

red 173 ◦ green 232 ◦ blue 218

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

Shades of Ice Cold #ADE8DA

Tints of Ice Cold #ADE8DA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.24%

 BLUE value IS 218 (85.55% from 255) = 34.99%

R = 27.77%
G = 37.24%
B = 34.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#ADE8DA (or 0xADE8DA) is known color: Ice Cold. HEX triplet: AD, E8 and DA. RGB value is (173,232,218). Sum of RGB (Red+Green+Blue) = 173+232+218=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 232 (91.02% from 255 or 37.24% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8DA is #521725. Grayscale: #D4D4D4. Windows color (decimal): -5379878 or 14346413. OLE color: 14346413.

HSL color Cylindrical-coordinate representation of color #ADE8DA: hue angle of 165.76º degrees, saturation: 0.56, 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 #ADE8DA is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 232 218 -
CMYK 0.25 0 0.06 0.09
HSL 165.76º 0.56% 0.79% -
HSV(B) 165.76º 0.25% 0.91% -
XYZ 58.75 71.66 77.07 -
YUV 212.76 130.95 99.64 -
System Red Green Blue C M Y K H S L
Decimal 173 232 218 0.25 0 0.06 0.09 165.76 0.56 0.79
Hex AD E8 DA 19 0 6 9 A6 38 4F
Octal 255 350 332 31 0 6 11 246 70 117
Binary 10101101 11101000 11011010 11001 0 110 1001 10100110 111000 1001111

Color Harmonies of #ADE8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE8DA

Black with #ADE8DA

Text Example


Text Example

White with #ADE8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE8DA; }

 p { color: rgb(173,232,218); }

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

background-color css

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

 a { background-color: rgb(173,232,218); }

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

border-color css

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

 span { border-color: rgb(173,232,218); }

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