Html Css Color HEX #A8DFCE Ice Cold

📋 copy color: '#A8DFCE'

red 168 ◦ green 223 ◦ blue 206

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

Shades of Ice Cold #A8DFCE

Tints of Ice Cold #A8DFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.51%

R = 28.14%
G = 37.35%
B = 34.51%

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

#A8DFCE (or 0xA8DFCE) is known color: Ice Cold. HEX triplet: A8, DF and CE. RGB value is (168,223,206). Sum of RGB (Red+Green+Blue) = 168+223+206=597 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.14% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DFCE is #572031. Grayscale: #CCCCCC. Windows color (decimal): -5709874 or 13557672. OLE color: 13557672.

HSL color Cylindrical-coordinate representation of color #A8DFCE: hue angle of 161.45º 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 #A8DFCE is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 223 206 -
CMYK 0.25 0 0.08 0.13
HSL 161.45º 0.46% 0.77% -
HSV(B) 161.45º 0.25% 0.87% -
XYZ 53.68 65.56 68.22 -
YUV 204.62 128.78 101.88 -
System Red Green Blue C M Y K H S L
Decimal 168 223 206 0.25 0 0.08 0.13 161.45 0.46 0.77
Hex A8 DF CE 19 0 8 D A1 2E 4D
Octal 250 337 316 31 0 10 15 241 56 115
Binary 10101000 11011111 11001110 11001 0 1000 1101 10100001 101110 1001101

Color Harmonies of #A8DFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DFCE

Black with #A8DFCE

Text Example


Text Example

White with #A8DFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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