Html Css Color HEX #A8DFCD Ice Cold

📋 copy color: '#A8DFCD'

red 168 ◦ green 223 ◦ blue 205

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

Shades of Ice Cold #A8DFCD

Tints of Ice Cold #A8DFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.42%

 BLUE value IS 205 (80.47% from 255) = 34.4%

R = 28.19%
G = 37.42%
B = 34.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#A8DFCD (or 0xA8DFCD) is known color: Ice Cold. HEX triplet: A8, DF and CD. RGB value is (168,223,205). Sum of RGB (Red+Green+Blue) = 168+223+205=596 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.19% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DFCD is #572032. Grayscale: #CCCCCC. Windows color (decimal): -5709875 or 13492136. OLE color: 13492136.

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

Color convert

RGB 168 223 205 -
CMYK 0.25 0 0.08 0.13
HSL 160.36º 0.46% 0.77% -
HSV(B) 160.36º 0.25% 0.87% -
XYZ 53.56 65.51 67.58 -
YUV 204.5 128.28 101.96 -
System Red Green Blue C M Y K H S L
Decimal 168 223 205 0.25 0 0.08 0.13 160.36 0.46 0.77
Hex A8 DF CD 19 0 8 D A0 2E 4D
Octal 250 337 315 31 0 10 15 240 56 115
Binary 10101000 11011111 11001101 11001 0 1000 1101 10100000 101110 1001101

Color Harmonies of #A8DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DFCD

Black with #A8DFCD

Text Example


Text Example

White with #A8DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DFCD; }

 p { color: rgb(168,223,205); }

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

background-color css

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

 a { background-color: rgb(168,223,205); }

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

border-color css

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

 span { border-color: rgb(168,223,205); }

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