Html Css Color HEX #A8DFCF Ice Cold

📋 copy color: '#A8DFCF'

red 168 ◦ green 223 ◦ blue 207

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

Shades of Ice Cold #A8DFCF

Tints of Ice Cold #A8DFCF

RGB

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

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

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

R = 28.09%
G = 37.29%
B = 34.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#A8DFCF (or 0xA8DFCF) is known color: Ice Cold. HEX triplet: A8, DF and CF. RGB value is (168,223,207). Sum of RGB (Red+Green+Blue) = 168+223+207=598 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.09% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DFCF is #572030. Grayscale: #CCCCCC. Windows color (decimal): -5709873 or 13623208. OLE color: 13623208.

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

Color convert

RGB 168 223 207 -
CMYK 0.25 0 0.07 0.13
HSL 162.55º 0.46% 0.77% -
HSV(B) 162.55º 0.25% 0.87% -
XYZ 53.8 65.61 68.86 -
YUV 204.73 129.28 101.8 -
System Red Green Blue C M Y K H S L
Decimal 168 223 207 0.25 0 0.07 0.13 162.55 0.46 0.77
Hex A8 DF CF 19 0 7 D A3 2E 4D
Octal 250 337 317 31 0 7 15 243 56 115
Binary 10101000 11011111 11001111 11001 0 111 1101 10100011 101110 1001101

Color Harmonies of #A8DFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DFCF

Black with #A8DFCF

Text Example


Text Example

White with #A8DFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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