Html Css Color HEX #A8DFCB Ice Cold

📋 copy color: '#A8DFCB'

red 168 ◦ green 223 ◦ blue 203

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

Shades of Ice Cold #A8DFCB

Tints of Ice Cold #A8DFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.18%

R = 28.28%
G = 37.54%
B = 34.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#A8DFCB (or 0xA8DFCB) is known color: Ice Cold. HEX triplet: A8, DF and CB. RGB value is (168,223,203). Sum of RGB (Red+Green+Blue) = 168+223+203=594 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.28% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DFCB is #572034. Grayscale: #CCCCCC. Windows color (decimal): -5709877 or 13361064. OLE color: 13361064.

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

Color convert

RGB 168 223 203 -
CMYK 0.25 0 0.09 0.13
HSL 158.18º 0.46% 0.77% -
HSV(B) 158.18º 0.25% 0.87% -
XYZ 53.32 65.41 66.32 -
YUV 204.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 168 223 203 0.25 0 0.09 0.13 158.18 0.46 0.77
Hex A8 DF CB 19 0 9 D 9E 2E 4D
Octal 250 337 313 31 0 11 15 236 56 115
Binary 10101000 11011111 11001011 11001 0 1001 1101 10011110 101110 1001101

Color Harmonies of #A8DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DFCB

Black with #A8DFCB

Text Example


Text Example

White with #A8DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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