Html Css Color HEX #ADEBDA Ice Cold

📋 copy color: '#ADEBDA'

red 173 ◦ green 235 ◦ blue 218

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

Shades of Ice Cold #ADEBDA

Tints of Ice Cold #ADEBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.54%

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

R = 27.64%
G = 37.54%
B = 34.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#ADEBDA (or 0xADEBDA) is known color: Ice Cold. HEX triplet: AD, EB and DA. RGB value is (173,235,218). Sum of RGB (Red+Green+Blue) = 173+235+218=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBDA is #521425. Grayscale: #D6D6D6. Windows color (decimal): -5379110 or 14347181. OLE color: 14347181.

HSL color Cylindrical-coordinate representation of color #ADEBDA: hue angle of 163.55º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBDA is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 235 218 -
CMYK 0.26 0 0.07 0.08
HSL 163.55º 0.61% 0.8% -
HSV(B) 163.55º 0.26% 0.92% -
XYZ 59.6 73.36 77.35 -
YUV 214.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 173 235 218 0.26 0 0.07 0.08 163.55 0.61 0.8
Hex AD EB DA 1A 0 7 8 A4 3D 50
Octal 255 353 332 32 0 7 10 244 75 120
Binary 10101101 11101011 11011010 11010 0 111 1000 10100100 111101 1010000

Color Harmonies of #ADEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEBDA

Black with #ADEBDA

Text Example


Text Example

White with #ADEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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