Html Css Color HEX #A3DFCB Ice Cold

📋 copy color: '#A3DFCB'

red 163 ◦ green 223 ◦ blue 203

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

Shades of Ice Cold #A3DFCB

Tints of Ice Cold #A3DFCB

RGB

 RED value IS 163 (64.06% from 255) = 27.67%

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

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

R = 27.67%
G = 37.86%
B = 34.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#A3DFCB (or 0xA3DFCB) is known color: Ice Cold. HEX triplet: A3, DF and CB. RGB value is (163,223,203). Sum of RGB (Red+Green+Blue) = 163+223+203=589 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.67% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DFCB is #5C2034. Grayscale: #CACACA. Windows color (decimal): -6037557 or 13361059. OLE color: 13361059.

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

Color convert

RGB 163 223 203 -
CMYK 0.27 0 0.09 0.13
HSL 160º 0.48% 0.76% -
HSV(B) 160º 0.27% 0.87% -
XYZ 52.27 64.87 66.27 -
YUV 202.78 128.12 99.63 -
System Red Green Blue C M Y K H S L
Decimal 163 223 203 0.27 0 0.09 0.13 160 0.48 0.76
Hex A3 DF CB 1B 0 9 D A0 30 4C
Octal 243 337 313 33 0 11 15 240 60 114
Binary 10100011 11011111 11001011 11011 0 1001 1101 10100000 110000 1001100

Color Harmonies of #A3DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DFCB

Black with #A3DFCB

Text Example


Text Example

White with #A3DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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