Html Css Color HEX #ADEADB Ice Cold

📋 copy color: '#ADEADB'

red 173 ◦ green 234 ◦ blue 219

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

Shades of Ice Cold #ADEADB

Tints of Ice Cold #ADEADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.38%

 BLUE value IS 219 (85.94% from 255) = 34.98%

R = 27.64%
G = 37.38%
B = 34.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#ADEADB (or 0xADEADB) is known color: Ice Cold. HEX triplet: AD, EA and DB. RGB value is (173,234,219). Sum of RGB (Red+Green+Blue) = 173+234+219=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEADB is #521524. Grayscale: #D6D6D6. Windows color (decimal): -5379365 or 14412461. OLE color: 14412461.

HSL color Cylindrical-coordinate representation of color #ADEADB: hue angle of 165.25º degrees, saturation: 0.59, 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 #ADEADB is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 234 219 -
CMYK 0.26 0 0.06 0.08
HSL 165.25º 0.59% 0.8% -
HSV(B) 165.25º 0.26% 0.92% -
XYZ 59.44 72.84 77.95 -
YUV 214.05 130.79 98.72 -
System Red Green Blue C M Y K H S L
Decimal 173 234 219 0.26 0 0.06 0.08 165.25 0.59 0.8
Hex AD EA DB 1A 0 6 8 A5 3B 50
Octal 255 352 333 32 0 6 10 245 73 120
Binary 10101101 11101010 11011011 11010 0 110 1000 10100101 111011 1010000

Color Harmonies of #ADEADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEADB

Black with #ADEADB

Text Example


Text Example

White with #ADEADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEADB; }

 p { color: rgb(173,234,219); }

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

background-color css

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

 a { background-color: rgb(173,234,219); }

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

border-color css

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

 span { border-color: rgb(173,234,219); }

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