Html Css Color HEX #A8DDCA Ice Cold

📋 copy color: '#A8DDCA'

red 168 ◦ green 221 ◦ blue 202

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

Shades of Ice Cold #A8DDCA

Tints of Ice Cold #A8DDCA

RGB

 RED value IS 168 (66.02% from 255) = 28.43%

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

 BLUE value IS 202 (79.3% from 255) = 34.18%

R = 28.43%
G = 37.39%
B = 34.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#A8DDCA (or 0xA8DDCA) is known color: Ice Cold. HEX triplet: A8, DD and CA. RGB value is (168,221,202). Sum of RGB (Red+Green+Blue) = 168+221+202=591 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.43% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DDCA is #572235. Grayscale: #CBCBCB. Windows color (decimal): -5710390 or 13295016. OLE color: 13295016.

HSL color Cylindrical-coordinate representation of color #A8DDCA: hue angle of 158.49º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DDCA is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 221 202 -
CMYK 0.24 0 0.09 0.13
HSL 158.49º 0.44% 0.76% -
HSV(B) 158.49º 0.24% 0.87% -
XYZ 52.67 64.3 65.51 -
YUV 202.99 127.44 103.04 -
System Red Green Blue C M Y K H S L
Decimal 168 221 202 0.24 0 0.09 0.13 158.49 0.44 0.76
Hex A8 DD CA 18 0 9 D 9E 2C 4C
Octal 250 335 312 30 0 11 15 236 54 114
Binary 10101000 11011101 11001010 11000 0 1001 1101 10011110 101100 1001100

Color Harmonies of #A8DDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DDCA

Black with #A8DDCA

Text Example


Text Example

White with #A8DDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DDCA; }

 p { color: rgb(168,221,202); }

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

background-color css

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

 a { background-color: rgb(168,221,202); }

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

border-color css

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

 span { border-color: rgb(168,221,202); }

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