Html Css Color HEX #ADDDCF Ice Cold

📋 copy color: '#ADDDCF'

red 173 ◦ green 221 ◦ blue 207

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

Shades of Ice Cold #ADDDCF

Tints of Ice Cold #ADDDCF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.77%

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

R = 28.79%
G = 36.77%
B = 34.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#ADDDCF (or 0xADDDCF) is known color: Ice Cold. HEX triplet: AD, DD and CF. RGB value is (173,221,207). Sum of RGB (Red+Green+Blue) = 173+221+207=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDCF is #522230. Grayscale: #CDCDCD. Windows color (decimal): -5382705 or 13622701. OLE color: 13622701.

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

Color convert

RGB 173 221 207 -
CMYK 0.22 0 0.06 0.13
HSL 162.5º 0.41% 0.77% -
HSV(B) 162.5º 0.22% 0.87% -
XYZ 54.35 65.1 68.73 -
YUV 205.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 173 221 207 0.22 0 0.06 0.13 162.5 0.41 0.77
Hex AD DD CF 16 0 6 D A2 29 4D
Octal 255 335 317 26 0 6 15 242 51 115
Binary 10101101 11011101 11001111 10110 0 110 1101 10100010 101001 1001101

Color Harmonies of #ADDDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDCF

Black with #ADDDCF

Text Example


Text Example

White with #ADDDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDCF; }

 p { color: rgb(173,221,207); }

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

background-color css

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

 a { background-color: rgb(173,221,207); }

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

border-color css

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

 span { border-color: rgb(173,221,207); }

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